This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 180
Cannot read property 'geocodePosition' of undefined #62
Comments
Having the same problem here! |
I ended up giving up using the library, through the help I received in stackoverflow, I solved my problem by performing the requisition for google api:
But I still want to find out why I can not do it with the library. |
Facing same problem |
Run |
Better to link manually |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is my code:
I created the project with
react-native init
I added the<uses-permission android: name = "android.permission.ACCESS_FINE_LOCATION" />
toAndroidManifest.xml
and I used thereact-native link
to link.But when I run the project this returns latitude and longitude to then display an error screen:
I really have not found the error, what can it be?
The text was updated successfully, but these errors were encountered: