Open
Description
What happened?
After upgrading react-native to 0.77.2 and react-native-navigation to 8.1.0, we started seeing this issue:
RNNBridgeEventEmitter does not conform to the RCTBridgeModule
What was the expected behaviour?
App runs without issues
Was it tested on latest react-native-navigation?
- I have tested this issue on the latest react-native-navigation release and it still reproduces.
Help us reproduce this issue!
I created new application with the following command:
npx @react-native-community/cli@latest init TestApp --version 0.77.2
After that - I added the navigation as suggested in the documentation for version 8.1.0
running the application resulted in:
error no such module 'ReactNativeNavigation'
error Failed to build ios project. "xcodebuild" exited with error code '65'. To debug build logs further, consider building your app with Xcode.app, by opening 'TestApp.xcworkspace'.
error Command failed with exit code 1.
In what environment did this happen?
React Native Navigation version: 8.1.0
React Native version: 0.77.2
Has Fabric (React Native's new rendering system) enabled: (yes/no) yes
Node version: 20.18
Device model: iPhone 16 Pro
iOS version: 18.1