Uche Nkadi
Uche Nkadi
I honestly upgraded to react native 71.7 and reanimated v3. This is no longer an issue for me.
OH MY GOD thank you so much @dsf3449!!! This is exactly the change I needed to make to get my app sounds to work while spotify is running. To put...
Which issue thread? I am having trouble installing react native splash screen on 0.71.7
> What about snippets for the new public module resources? How would you pick when to use one versus the other? Should you let the community write snippet collections, instead...
Same issue after trying to downgrade to metro 0.73.9 from 0.76.3 with my react native app
This is causing me problems as well. The main issue that I understand is that the expiryHandler in this BackgroundTimer is not allowing IOS to terminate the backgroundtimer correctly. So...
The UIApplicationEndBackgroundTaskError is coming from this block of code in `RNBackgroundTimer.m` ```swift RCT_EXPORT_METHOD(setTimeout:(int)timeoutId timeout:(double)timeout resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject) { __block UIBackgroundTaskIdentifier task = [[UIApplication sharedApplication] beginBackgroundTaskWithName:@"RNBackgroundTimer" expirationHandler:^{ [[UIApplication sharedApplication] endBackgroundTask:task]; }]; dispatch_after(dispatch_time(DISPATCH_TIME_NOW,...
For issues to do with makePatch -> [this solution](https://github.com/ds300/patch-package/issues/300#issuecomment-2296945104) worked for me. It's been a problem since 2021
Yes this is the exact issue I also have. Really would love to use Hermes. I’m using new Date().toJson() to create isostring dates but when I pull in the values...
Would love for y'all to create this functionality. It would seriously simply my scenarios in the future