-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with Boundary.add #34
Comments
There doesn't seem to be anything in this stack that is related to the lib. I'm not entirely sure what's wrong here. Does your app have any other dependencies? Is it just a clean app with only |
Yes my project is a Here you can find the complete repo : https://github.com/thomaslc66/Geofences |
@eddieowens I don't know why but the Boundary.add() method is always going to catch an error. |
@thomaslc66 I'm not seeing the "error :(" message in this stack. Is this the full stack? If there was an error in the |
@eddieowens did you clone my repo and launched it ? Because you would have seen it. |
Have the same issue on the first run for iOS. The window with location permissions appears and the red screen as well on calling Boundary.add. When the permission has been already granted the same code does not raise the issue.
I think solution should be somewhere here and the code should wait until permission is granted for iOS but I have no idea how to do it now. Usually it is recommended to do like in my code. UPDATE:
This is called BEFORE adding anything into Boundary. Adding is called in 'handleLocationAllowed() method. |
First install, react-native link is ok as i've check the manual config and everything seems ok.
Copy paste the example in the readme and got this error:
Maybe someone already encountred this?
I'm using an emulator and probaly will test it on a real phone to see if it's something related.
The text was updated successfully, but these errors were encountered: