You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I upgraded react-native and react-native-navigation to their latest version, my application is freezing on the login screen.
More specifically, I get the following error :
*** Terminating app due to uncaught exception 'RCTFatalException: Unhandled JS Exception: TypeError: Cannot read property 'startLoadWithResult' of null, js engine: hermes, reason 'Unhandled JS Exception: TypeError: Cannot read property 'startLoadWithResult' of null, js engine: hermes, stack
I already tried to remove/deintegrate pods and to reinstall them but the issue remains. I followed the migration guide and also tried different things (few differences between the migration guide and the playground)
My AppDelegate.h looks like this
What happened?
Hello,
Since I upgraded react-native and react-native-navigation to their latest version, my application is freezing on the login screen.
More specifically, I get the following error :
*** Terminating app due to uncaught exception 'RCTFatalException: Unhandled JS Exception: TypeError: Cannot read property 'startLoadWithResult' of null, js engine: hermes, reason 'Unhandled JS Exception: TypeError: Cannot read property 'startLoadWithResult' of null, js engine: hermes, stack
I already tried to remove/deintegrate pods and to reinstall them but the issue remains. I followed the migration guide and also tried different things (few differences between the migration guide and the playground)
My AppDelegate.h looks like this
and here is my AppDelegate.mm :
Thank you for your help!
What was the expected behaviour?
No response
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
No response
In what environment did this happen?
React Native Navigation version: 7.37.0
React Native version: 0.72.4
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version: 16.4.2
Device model: iPhone 13 (Simulator)
iOS version: iOS 15.0
The text was updated successfully, but these errors were encountered: