react-native-unity
react-native-unity copied to clipboard
Android & iOS error on app startup after upgrade Unity to 2022.3.22f1
My react-native app is having trouble loading after I upgraded to Unity to 2022.3.22f1 The error happens when the app starts to load. The app stays in a blank screen. The error is only visible in logcat. The blank screen is happening on both Android & iOS Does anyone have any suggestion?
Here is the error:
04-11 09:24:20.008 20205 20368 E ReactNativeJS: Invariant Violation: Failed to call into JavaScript module method HMRClient.setup(). Module has not been registered as callable. Bridgeless Mode: false. Registered callable JavaScript modules (n = 1): AppRegistry.
04-11 09:24:20.008 20205 20368 E ReactNativeJS: A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes
04-11 09:24:20.009 20205 20368 E ReactNativeJS: Invariant Violation: Failed to call into JavaScript module method RCTDeviceEventEmitter.emit(). Module has not been registered as callable. Bridgeless Mode: false. Registered callable JavaScript modules (n = 1): AppRegistry.
04-11 09:24:20.009 20205 20368 E ReactNativeJS: A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes
04-11 09:24:20.011 20205 20368 I chatty : uid=10922(com.kinvent.physio) mqt_js identical 4 lines
04-11 09:24:20.012 20205 20368 E ReactNativeJS: Invariant Violation: Failed to call into JavaScript module method RCTDeviceEventEmitter.emit(). Module has not been registered as callable. Bridgeless Mode: false. Registered callable JavaScript modules (n = 1): AppRegistry.
04-11 09:24:20.012 20205 20368 E ReactNativeJS: A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes
04-11 09:24:20.014 20205 20368 E ReactNativeJS: Invariant Violation: No callback found with cbID 0 and callID 0 for module <unknown>. Args: '[{"app_state":"active"}]', js engine: hermes
04-11 09:24:20.016 20205 20368 E ReactNativeJS: Invariant Violation: Failed to call into JavaScript module method RCTDeviceEventEmitter.emit(). Module has not been registered as callable. Bridgeless Mode: false. Registered callable JavaScript modules (n = 1): AppRegistry.
04-11 09:24:20.016 20205 20368 E ReactNativeJS: A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes
04-11 09:26:39.291 20205 20368 E ReactNativeJS: Invariant Violation: Failed to call into JavaScript module method RCTDeviceEventEmitter.emit(). Module has not been registered as callable. Bridgeless Mode: false. Registered callable JavaScript modules (n = 1): AppRegistry.
04-11 09:26:39.291 20205 20368 E ReactNativeJS: A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes
04-11 09:29:50.583 20205 20368 E ReactNativeJS: Invariant Violation: Failed to call into JavaScript module method RCTDeviceEventEmitter.emit(). Module has not been registered as callable. Bridgeless Mode: false. Registered callable JavaScript modules (n = 1): AppRegistry.
04-11 09:29:50.583 20205 20368 E ReactNativeJS: A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes
04-11 09:33:01.803 20205 20368 E ReactNativeJS: Invariant Violation: Failed to call into JavaScript module method RCTDeviceEventEmitter.emit(). Module has not been registered as callable. Bridgeless Mode: false. Registered callable JavaScript modules (n = 1): AppRegistry.
04-11 09:33:01.803 20205 20368 E ReactNativeJS: A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes