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 visible (Hide)

react-native-google-places-autocomplete - Latest Release

Published by ashuvssut almost 2 years ago

react-native-google-places-autocomplete -

Published by ashuvssut almost 2 years ago

react-native-google-places-autocomplete - Release 2.4.1

Published by bell-steven about 3 years ago

  • Update getRequestHeaders to always return an object (1d5515a)
react-native-google-places-autocomplete - Release 2.4.0

Published by bell-steven about 3 years ago

  • lint (8fbcbe0)
  • Add header support when using custom request url (#734) (3988e45)
  • Update bug_report.md (1fe9405)
react-native-google-places-autocomplete - Release 2.3.0

Published by bell-steven about 3 years ago

  • run prettier (8fca5d6)
  • add keepResultsAfterBlur to readme (096f7ca)
  • Fix broken link to Google Places API in README.md (f87c3ae)
  • Fix listViewDisplayed warning with propTypes (253f844)
  • Make getCurrentLocation accessible on the ref object (2a697a6)
  • Fix TS GooglePlaceDetail#types (f2e92a3)
  • fix autocomplete url params (994affc)
  • Replace comment sytax for better VSCode support (#706) (01879cd)
  • Allow Persistent Results (#705) (2e3edf5)
  • Fixed a typo in the Readme (1887f72)
react-native-google-places-autocomplete - Release 2.2.0

Published by bell-steven over 3 years ago

  • Fix updating props.predefinedPlaces (ec0ad69)
  • add props.query to dependency list (d1657fa)
  • Update README.md (be4923b)
  • remove cors-anywhere reference (20a103e)
  • use npx for release-it (6bd6513)
react-native-google-places-autocomplete - Release 2.1.3

Published by bell-steven over 3 years ago

  • run linter (ca09c30)
  • Add "index" to renderRow function (#678) (cc2e67b)
react-native-google-places-autocomplete - Release 2.1.2

Published by bell-steven almost 4 years ago

  • run yarn lint (800af72)
  • Fix onPress issue caused by blur event (dd8f63e)
  • plus_code feature added to type definition file (#669) (5190c9e)
  • Replace useState import with useRef import in example (0e12807)
react-native-google-places-autocomplete - Release 2.1.1

Published by bell-steven almost 4 years ago

  • [Infrastructure] Reduce npm package size (#656) (0f7e27d)
react-native-google-places-autocomplete - Release 2.1.0

Published by bell-steven almost 4 years ago

  • add object as option for passing objects (0af296c)
  • fix(ts-error): add JSX.Element type option in addition to dep React.ComponentType (dc235c6)
  • add textInput refs directly on useImperativeHandle (#650) (dbdb653)
  • add release-it (3c2c357)
  • add custom input example (#651) (ca74af2)
  • Fix onChangeText (#647) (6832c88)
  • fixed debounceData function definition (915fce6)
  • Update README.md to document the requestUrl prop (#631) (7f1c05a)
react-native-google-places-autocomplete - Release 2.1.0-RC.0

Published by bell-steven almost 4 years ago

  • add workaround for RNW onBlur issue (#649) (ce02189)
  • add textInput refs directly on useImperativeHandle (#650) (dbdb653)
  • add release-it (3c2c357)
  • add custom input example (#651) (ca74af2)
  • Fix onChangeText (#647) (6832c88)
  • fixed debounceData function definition (915fce6)
  • Update README.md to document the requestUrl prop (#631) (7f1c05a)
react-native-google-places-autocomplete - v2.0.0

Published by bell-steven about 4 years ago

Changes:

  • Updated all of the typescript definitions, prop-types and props list in the readme with all of the available props.

  • Updated the default styles (see the updated screenshots at the top of the readme).

  • The library now uses hooks internally

Breaking Changes:

  1. Removed the following props

    • getDefaultValue - use the setAddressText method with a ref instead.
    • editable - can still be used inside of textInputProps
    • keyboardAppearance - can still be used inside of textInputProps
    • onSubmitEditing - can still be used inside of textInputProps
    • placeholderTextColor - can still be used inside of textInputProps
    • returnKeyType - can still be used inside of textInputProps
    • underlineColorAndroid - can still be used inside of textInputProps
  2. Removed the following methods

    • triggerFocus - use the focus method with a ref instead.
    • triggerBlur - use the blur method with a ref instead.
    • clearText - use the clear method with a ref instead.
  3. Minimum react-native version is now 0.59.0+ (we now use hooks internally).

Special thanks to @strdr4605 for his help with the typescript definitions.

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

Published by bell-steven about 4 years ago

typescript: add definition for renderRow (#624). Thanks @bill-pairaktaridis!
add location compatibility with react-native-service-location (#623). Thanks @ErickMaeda!

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

Published by bell-steven about 4 years ago

Typescript: add type for strictbounds (#621). Thanks @victorwpbastos!

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

Published by bell-steven about 4 years ago

Typescript: make textInputProps optional (#616). Thanks @egorshulga!

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

Published by bell-steven about 4 years ago

  • add type for listUnderlayColor (#613). Thanks @gfpacheco!
react-native-google-places-autocomplete - v1.8.0

Published by bell-steven over 4 years ago

  • Add ability to show something when there are no results from the autocomplete query.
  • fix pre-defined places not updating.
  • make the onBlur behavior in textInputProps consistent with onFocus (#506). Thanks @sethcwhiting!
  • update some type definition and the readme.
react-native-google-places-autocomplete - v1.7.3

Published by bell-steven over 4 years ago

  • Add types and docs for instance methods (#582). Thanks @strdr4605!
react-native-google-places-autocomplete - v1.7.2

Published by bell-steven over 4 years ago

  • Add types for enablePoweredByContainer and onFail (#568 & #578). Thanks @javiercr and @ynigoreyes!
react-native-google-places-autocomplete - v1.7.1

Published by bell-steven over 4 years ago

  • Ensure list view doesn't show unexpectedly (#398). Thanks @grifotv!