react-native-proximity
react-native-proximity copied to clipboard
android does not trigger any of the zone's function
HI, I downloaded the example app and configured one of the start-kit estimote beacon's tag to be 'restaurant-entrance'
I have set the appID and token ID in the proximityObserver.js file and the tag for one of the zones. I made sure I have location permissions and BT is on. on android it does not seem to work.
I have the same issue as yours. on iOS it works good but on android, it doesn't work. The function of onEnterAction didn't get triggered. @hadare1 did you solve your problem already ?
idem
Have someone solved that? I'm facing the same issues
Here is how i managed to make something work :
- Use git version of react-native-proximity
- Turn on/off plane mode (seen in another issue) to reset connectivity. Do that each time after using estimote android app.
- Relaunch the app.
I hope this helps