You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default input style override the style of the InputComp passed as props to the textInputProps
Please provide a FULLY REPRODUCIBLE example.
Click to expand!
<GooglePlacesAutocomplete// placeholder='Type your street address'minLength={2}autoFocus={true}returnKeyType={'search'}listViewDisplayed={null}fetchDetails={true}// ref={inputAddressRef}// placeholder='Search'onPress={(data,details=null)=>{// 'details' is provided when fetchDetails = trueconsole.log(data,details);}}query={{key: '',language: 'en',components: 'country:ng'}}nearbyPlacesAPI='GooglePlacesSearch'debounce={200}textInputProps={{InputComp:AppInput}}/>
If you are using expo please indicate here:
I am using expo
Add any other context about the problem here, screenshots etc
The text was updated successfully, but these errors were encountered:
Default input style override the style of the InputComp passed as props to the textInputProps
Please provide a FULLY REPRODUCIBLE example.
Click to expand!
If you are using expo please indicate here:
Add any other context about the problem here, screenshots etc
The text was updated successfully, but these errors were encountered: