react-native-proximity icon indicating copy to clipboard operation
react-native-proximity copied to clipboard

android does not trigger any of the zone's function

Open hadare1 opened this issue 5 years ago • 4 comments

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.

hadare1 avatar Dec 24 '19 04:12 hadare1

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 ?

Jackyaung avatar Mar 03 '20 13:03 Jackyaung

idem

ladigitale avatar Mar 23 '20 08:03 ladigitale

Have someone solved that? I'm facing the same issues

brunojmm97 avatar Mar 28 '20 17:03 brunojmm97

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

ladigitale avatar Mar 30 '20 13:03 ladigitale