Answers for "google places autocomplete react native"

0

google places autocomplete react native

yarn add react-native-google-places-autocomplete
Posted by: Guest on October-04-2021
-1

react native google places autocomplete

<GooglePlacesAutocomplete
  placeholder='Enter Location'
  minLength={2}
  autoFocus={false}
  returnKeyType={'default'}
  fetchDetails={true}
  styles={{
    textInputContainer: {
      backgroundColor: 'grey',
    },
    textInput: {
      height: 38,
      color: '#5d5d5d',
      fontSize: 16,
    },
    predefinedPlacesDescription: {
      color: '#1faadb',
    },
  }}
/>
Posted by: Guest on April-14-2021

Code answers related to "google places autocomplete react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language