react-native-google-places-autocomplete

Customizable Google Places autocomplete component for iOS and Android React-Native apps

MIT License

Downloads
261.9K
Stars
2K
Committers
114

Bot releases are hidden (Show)

react-native-google-places-autocomplete - v1.7.0

Published by bell-steven over 4 years ago

  • removed the referrer prop. (#562) See this for more.
  • fix crash when getDefaultValue wasn't a string (#406). Thanks @jeromecornet!
  • fix typescript definition errors for textInputProps (#564). Thanks @jamesa3!
  • fix internal callBack in setState (#530). Thanks @sapter!
  • fix list hiding when selecting current location (#565).
  • compressed images used in the library
react-native-google-places-autocomplete - v1.6.1

Published by bell-steven over 4 years ago

  • added missing predefinedPlacesAlwaysVisible typescript type (#555). Thanks @Gabrielfcs!
react-native-google-places-autocomplete - v.1.6.0

Published by bell-steven over 4 years ago

  • fixed crash on React Native v0.60+ when using currentLocation.
  • updated examples in the readme

If you want to use currentLocation and you are targeting React Native 0.60.0+ you must install either @react-native-community/geolocation (link) or react-native-geolocation-service(link). You must then set navigator.geolocation = require('SOME_GEOLOCATION_LIBRARY') somewhere in your app.

react-native-google-places-autocomplete - v1.5.0

Published by bell-steven over 4 years ago

  • add web support (via proxy server - see this section of the readme for more). (#514, #545) thanks @alonp99!
  • remove unused code. (#387) thanks @grifotv!
  • Document filterReverseGeocodingByTypes values. (#546) thanks @morenoh149!
react-native-google-places-autocomplete - v1.4.2

Published by bell-steven over 4 years ago

  • Add typescript definitions file (#403) thanks @acro5piano!
  • Fix critical vulnerability in a dependency (#505) thanks @jhalborg!
react-native-google-places-autocomplete - v1.4.0

Published by guilhermepontes almost 5 years ago

  • Fix warning of componentWillReceiveProps
react-native-google-places-autocomplete - v1.3.9

Published by guilhermepontes about 6 years ago

react-native-google-places-autocomplete - v1.3.8

Published by guilhermepontes about 6 years ago

react-native-google-places-autocomplete - v1.3.7

Published by guilhermepontes over 6 years ago

react-native-google-places-autocomplete - v1.3.6

Published by guilhermepontes about 7 years ago

react-native-google-places-autocomplete - v1.3.5

Published by guilhermepontes about 7 years ago

react-native-google-places-autocomplete - v1.3.4

Published by guilhermepontes about 7 years ago

react-native-google-places-autocomplete - v1.3.3

Published by guilhermepontes about 7 years ago

react-native-google-places-autocomplete - v1.3.2

Published by guilhermepontes about 7 years ago

react-native-google-places-autocomplete - v1.3.1

Published by guilhermepontes about 7 years ago

Update react-native peerDependency.

react-native-google-places-autocomplete - v1.3.0

Published by guilhermepontes about 7 years ago

React 16, Restricted API and FlatList

react-native-google-places-autocomplete - Update to work with react-native > 0.24

Published by mayask over 8 years ago

Thanks @codenamev

react-native-google-places-autocomplete - Add ability to set address from outside of the component

Published by mayask over 8 years ago

react-native-google-places-autocomplete - Added 'Current Location' and predefinied places features

Published by FaridSafi almost 9 years ago

react-native-google-places-autocomplete - Component is now using props

Published by FaridSafi almost 9 years ago

Component is now using props.
The old create() method is still available but can be removed in one of the future versions