GooglePlacesAutocomplete.js:191
navigator.geolocation.getCurrentPosition(
You just need to update your geolocation reference
yarn add @react-native-community/geolocation
Then in your main App.js
navigator.geolocation = require('@react-native-community/geolocation');
Don't forget pod install for iOS
You just need to update your geolocation reference
yarn add @react-native-community/geolocationThen in your main App.js
navigator.geolocation = require('@react-native-community/geolocation');Don't forget
pod installfor iOS
This is works
Most helpful comment
You just need to update your geolocation reference
yarn add @react-native-community/geolocationThen in your main App.js
navigator.geolocation = require('@react-native-community/geolocation');Don't forget
pod installfor iOS