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
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
types from react-native-google-places-autocomplete
Describe the bug
Seems like the type
GooglePlaceData
is missing the fieldterms
. theterms
is instead underStructuredFormatting
which is not matched with the returned results.Reproduction
types from
react-native-google-places-autocomplete
------------- my code -----------
Additional context
Library Version: 2.5.7
React Native Version: 0.76.5
iOS
Android
Web
If you are using expo please indicate here:
More info
Google Places API doc: https://developers.google.com/maps/documentation/places/web-service/autocomplete#PlaceAutocompletePrediction
The text was updated successfully, but these errors were encountered: