react-native-google-places-autocomplete
react-native-google-places-autocomplete copied to clipboard
Customizable Google Places autocomplete component for iOS and Android React-Native apps
Bug Report
# Describe the bug in GooglePlacesAutoComplete.js , cannot read property 'filter' of undefined is coming, below is the code snippet where the issue lies please check and update the code...
New GCP projects cannot enable the legacy Places API anymore and therefore cannot use this package until it is updated to work with the new Places API.
# Describe the bug Error: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported # Reproduction and solution Use it with any expo app, simply add the [email protected] ### Solution After i found the...
 # Additional context - Library Version: [^2.5.6] and ^2.5.7 - React Native Version: [0.74.3] - [x ] iOS - [x] Android - [ ] Web If you are using...
This PR adds a polyfill for the global `crypto.getRandomValues` method in React Native by installing `react-native-get-random-values`. This polyfill is required because React Native does not natively support `crypto.getRandomValues`, which is...
# Describe the bug Latest release is 2.5.7, but this project still shows 2.5.1 from 2 years ago as the latest. No changelog for what has changed since November 2022
This change fixes the issue I and others faced as described in #944.
# Describe the bug I was working on updating the packages in my project but for some reason I noticed that upgrading this package causes my validation check to fail...
# Describe the bug Seems like the type `GooglePlaceData` is missing the field `terms`. the `terms` is instead under `StructuredFormatting` which is not matched with the returned results. # Reproduction...