Christian Ost

Results 5 comments of Christian Ost

For context: This code snippet is part of an introductory React application bootstrapped with `create-react-app`, I removed most files which have no impact on the observed behaviour.

Thanks for pointing out the fix. I had a similar issue and implemented your solution in a fork which you can check out [here](https://github.com/Artirigo/react-native-ibeacon/pull/1). Does anyone know if there should...

I filed a pull request to support Android, hope it helps!

@alessandro-bottamedi Didn't used it with Android 7 up to now, but for Android 6 it is working.

I experienced the same issue and could resolve by using the version from this PR, all tests so far are successful. Is there anything I can support with to get...