Adam Ivancza
Adam Ivancza
I'm facing the same issue that's mentioned on this bug report: https://github.com/jamesisaac/react-native-background-task/issues/34 ``` 11-13 16:20:49.901 20728 20728 D BackgroundTask: Setting foreground false 11-13 16:20:49.901 20728 20728 D BackgroundTask: Committing job...
This part of the library is causing some false positives. We've spotted this issue on a Samsung Galaxy S20+. https://github.com/scottyab/rootbeer#false-positives I tried to replace `rootBeer.isRootedWithBusyBoxCheck();` with `rootBeer.isRooted();` but that also...
I've found another bug - if changeValueImmediately is set to true it won't update the local state. Also updated componentWillReceiveProps to compare new value to this.state.value. If those differs we...
Hey guys, Any feedback welcome on this. If it's okay I can also adjust README to include this feature there. Regards, Adam
Please provide all the information requested. Issues that do not follow this format are likely to stall. ## Description KeyboardAvoidingView is not working correctly when used inside a Modal with...
## Environment OS: macOS 13.5.1 CPU: (16) x64 Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz Memory: 52.49 MB / 32.00 GB Shell: version: 3.2.57 path: /bin/bash Binaries: Node: version: 18.17.1 path:...
### Description I've noticed 2 crashes in our app related to this library. I'm pasting the crash reports from Bugsnag. # Crash 1 ## Possible cause App is backgrounded then...
### What happened? Not always, but quite frequently our e2e tests are not starting up on Bitrise CI. Everything worked fine on Xcode 14.2 but we want to update to...
Hi @rlepinski , I've an issue with the on_notification event - it not fires if the following conditions are met: - app closed - user clicks on an interactive button...
**Is your feature request related to a problem you're having? Please describe.** Just noticed that with iOS 17.4 Apple depreacted https://developer.apple.com/documentation/authenticationservices/aswebauthenticationsession/2990952-initwithurl?language=objc **Describe the solution you'd like** Use the new init...