Results 24 comments of Adam Ivancza

I had similar problem - what helped was running `npm start -- --reset-cache` command.

hey @levibuzolic! yeah I did tried it with the RootBeer sample app and it failed the following 2 checks: * SE linux Flag is Enabled * For RW Paths I...

@anshumanburman eventually for android we've switched to https://github.com/vikeri/react-native-background-job

Here is a patch that should solve this issue based on @kkafar's PR above: https://github.com/software-mansion/react-native-screens/pull/1704 ``` diff --git a/node_modules/react-native-screens/ios/RNSScreen.mm b/node_modules/react-native-screens/ios/RNSScreen.mm index 5dd618f..12dffc9 100644 --- a/node_modules/react-native-screens/ios/RNSScreen.mm +++ b/node_modules/react-native-screens/ios/RNSScreen.mm @@ -1067,10 +1067,18...

@kkafar so you don't think we should use your code above? based on my testing this solves the crash and still displays modals correctly.

@nicomontanari the second one doesn't seem to happen anymore for us. We've updated to 6.37.0 recently which might fixed this. But the first one is still happening, but very rarely....

@nicomontanari awesome, thank you :)

> Hi @adamivancza, thanks for submitting this issue! > Yes, the problem definitely lies on screen orientation, since the stack trace you provided reveals the calls for the orientation-related methods....

yep @tboba - will try it out and let you know. I'll need ~2 weeks to check on Bugsnag if it is all good.