Hi there, I am seeing an intermittent bug with a React Native app that I have not been able to produce. Have seen it happen on iOS 16.1, 16.2 and 16.3. Attached is a crash report emailed to me by a user.
Any help figuring out what is happening in thread 0 would be appreciated. Symbolicating lines 9, 10 and 46 provides the following additions:
...
9 myApp +[RNSplashScreen show] (in myApp) (RNSplashScreen.m:31)
10 myApp -[AppDelegate application:didFinishLaunchingWithOptions:] (in myApp) (AppDelegate.mm:63)
...
46 myApp main (in myApp) (main.m:8)
Thank you!