-
Notifications
You must be signed in to change notification settings - Fork 54
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
Conflict with geolocation geofences, plugin seems to assume existence of proximityUUID parameter #35
Comments
skokhuis
changed the title
Conflict with react-native-background-geolocation plugin, possibly because plugin assumes existence of proximityUUID parameter
Conflict with geolocation geofences, plugin seems to assume existence of proximityUUID parameter
Jul 4, 2016
Adding a check if the proximityUUID property exists seems to have fixed it. File RNBeacon.m, updated last part to:
|
ca057
pushed a commit
to Artirigo/react-native-ibeacon
that referenced
this issue
Mar 6, 2017
…rary as indicated in an issue of the library: frostney#35
Thanks for pointing out the fix. I had a similar issue and implemented your solution in a fork which you can check out here. Does anyone know if there should be more checks added? Otherwise I would test it and eventually file a PR here in the base repo. |
This was referenced Jan 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
This plugin conflicts with https://github.com/transistorsoft/react-native-background-geolocation. The author of this geolocation plugin suggests this plugin is responding to “his” geofences, interrogating it for the proximityUUID key which doesn't exist.
Could this be resolved by checking for the existence of the proximityUUID parameter? I have too little C knowledge to fix it myself. Thanks! Also for this great plugin.
This is the result with both plugins in a project when a geofence is crossed:
The text was updated successfully, but these errors were encountered: