Estimote / react-native-proximity

React Native wrapper for Estimote Proximity SDK
Apache License 2.0
61 stars 38 forks source link

android does not trigger any of the zone's function #52

Open hadare1 opened 4 years ago

hadare1 commented 4 years ago

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.

Jackyaung commented 4 years ago

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 ?

ladigitale commented 4 years ago

idem

brunojmm97 commented 4 years ago

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

ladigitale commented 4 years ago

Here is how i managed to make something work :

I hope this helps