-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Description
What happened?
This change in React Native: facebook/react-native@676676c
has broken new architecture support in react-native-navigation
When attempting to build the app, you will get this error:
node_modules/react-native-navigation/lib/ios/RNNReactView.h:2:9 'React/RCTFabricSurfaceHostingProxyRootView.h' file not found
What was the expected behaviour?
Be able to build the app successfully
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!
- Start a fresh project with React Native 0.73.0
- Integrate react-native-navigation following official documentation
- Enable new architecture in iOS following official React Native documentation
In what environment did this happen?
React Native Navigation version: 7.37.2
React Native version: 0.73.0
Has Fabric (React Native's new rendering system) enabled: yes
Node version: 18
Device model: Any Device
iOS version: Any Version
karimb11, tarikchakur, ArianHamdi, mralj and florinvasilevilsan
