-
Notifications
You must be signed in to change notification settings - Fork 38
android doesn't work #57
Comments
I am facing the same difficulties. |
Same here. Have either @ladigitale or @Jackyaung had any breakthroughs on this? |
I was able to get this working. It looks like the Android SDKs for proximity are out-of-date for v10. Pointing your package.json Is anyone from Estimote able to cut a release with at least this commit: 1388704 |
Can you tell more about how to do this? I'm using yarn, but I assume it will be similar. Having issues with getting estimote to work on android even though it works on ios |
Sure thing @avlisesac ! In your
After doing this, you'll want to run Hope that helps! |
Thank you! Finally got the beacons recognized on android! |
Glad I could help @avlisesac ! |
hey @heypiotr @gchallen @sbalajime @Poberro -- Who do I have to buy a beer to get a new version cut for at least this above commit? |
my react-native version is 60.5,
and the Estimote/react-native-proximity version is 0.6.0.
and I write the code according to the sample. it works well on ios but on android, it sucks, the onEnterAction method even doesn't get triggered, it works sometimes by chance.
Belows are the codes:
The text was updated successfully, but these errors were encountered: