sfreeman28

Results 12 comments of sfreeman28

Hey did you get any further with this? I am experiencing same issue. I can see in the showOrThrowError method you linked it calls a method `JSStackTrace.format(title, details)` which contains...

thanks @GargManish. Are you able to tell me if either of those tools support: 1. separate exception instances in their web console 2. easier to read stack traces Thank you

Also I have enabled background modes as described here: https://github.com/MacKentoch/react-native-beacons-manager/blob/master/BACKGROUND_MODES.md And requested Location Always permission. The events do work on background for the first 5 minutes, then it suddenly stops....

@27comar Hey did you get any further with this issue? I am witnessing the same thing on my Android phone. I don't see any foreground service being managed in the...

@chentianci123 I am using version 0.59.10 of react-native

Thank you @27comar! Yes this solves the issue, thanks for the reply =]

Hi @27comar was just wondering if you also encountered issues with iOS in your app? My issue is described here https://github.com/MacKentoch/react-native-beacons-manager/issues/189. I know it's not on Android but its similar...

I was having the same issue. The VIForegroundService was not showing up in NativeModules. Doing a simple `rm -rf node_modules && yarn` was not enough I had to clear my...

Is it possible to disable the orientation listener when the device orientation is locked to portrait? I don't want my layout changing when it should be fixed in one orientation.

What platform are you testing on? I found that when locked to portrait, on iOS my onOrientationChange listener still gets fired, but on Android it doesn't.