wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.04k stars 2.67k forks source link

React Native 0.73.0 New Architecture Regression #7825

Open karimb11 opened 9 months ago

karimb11 commented 9 months ago

What happened?

This change in React Native: https://github.com/facebook/react-native/commit/676676c95428ca92007160bf420eccc62ba41ea4 has broken new architecture support in react-native-navigation

When attempting to build the app, you will get this error:

image

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?

Help us reproduce this issue!

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

d4vidi commented 8 months ago

@karimb11 Please track https://github.com/wix/react-native-navigation/issues/7834 for the official RN73 support (and fixes)