Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

android doesn't work #57

Open
Jackyaung opened this issue Mar 4, 2020 · 9 comments
Open

android doesn't work #57

Jackyaung opened this issue Mar 4, 2020 · 9 comments

Comments

@Jackyaung
Copy link

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:

image
image

@ladigitale
Copy link

I am facing the same difficulties.

@dewey4iv
Copy link

Same here. Have either @ladigitale or @Jackyaung had any breakthroughs on this?

@dewey4iv
Copy link

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 https://github.com/Estimote/react-native-proximity.git#13887046 should fix the issue.

Is anyone from Estimote able to cut a release with at least this commit: 1388704

@avlisesac
Copy link

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 https://github.com/Estimote/react-native-proximity.git#13887046 should fix the issue.

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

@dewey4iv
Copy link

dewey4iv commented Jun 9, 2020

Sure thing @avlisesac !

In your package.json -- you want to change the line for @estimote/react-native-proximity to look like this:

"@estimote/react-native-proximity": "https://github.com/Estimote/react-native-proximity.git#1388704",

After doing this, you'll want to run yarn install

Hope that helps!

@avlisesac
Copy link

Sure thing @avlisesac !

In your package.json -- you want to change the line for @estimote/react-native-proximity to look like this:

"@estimote/react-native-proximity": "https://github.com/Estimote/react-native-proximity.git#1388704",

After doing this, you'll want to run yarn install

Hope that helps!

Thank you! Finally got the beacons recognized on android!

@dewey4iv
Copy link

dewey4iv commented Jun 9, 2020

Glad I could help @avlisesac !

@dewey4iv
Copy link

dewey4iv commented Oct 9, 2020

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?

@dandro32
Copy link

dandro32 commented Jan 6, 2021

Hi.
I've got the same issue in react native v.63.
Decreasing skd to this values seems to the trick for me 👍
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants