Jonas Åradsson
Jonas Åradsson
@frostney any update on this? The lib kinda works for Android, but not very well. I'm getting "off" state updates with random intervals, even when BT is on.
Can you post your manifest file as well?
My best guess is that you need to add these permissions (or some of them): ``` ```
I have a similar problem. I have a login component before the tabs. When the user logs in, I do `navigator.replace(Router.getRoute('tabs'))` This works fine. But on logout, how do I...
@joeferraro thanks a lot, just needed to wrap my head around the multiple `StackNavigation`s that I have. Your solution works fine :)
I've send a pull request for the monitoring part. I have it working in my project with simultaneous monitoring of two different regions on a OnePlus E1003 with Android 5.1.1...