Guilherme Trivilin

Results 2 comments of Guilherme Trivilin

> Try to use: > > > enableHighAccuracy: false > > =( Worked for me! ``` const getUserCurrentLocation = () => { let latitude, longitude Geocoder.init(google_api_key) Geolocation.getCurrentPosition( info => {...

I was having the same problem to test the library in development environment (localhost), I just added the protocol: WRONG baseUrl="127.0.0.1" RIGHT baseUrl="http://127.0.0.1"