-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RN 0.74 New Architecture Support #7874
Comments
I think RNN has also encountered this issue: facebook/react-native#44266 |
@NiuGuohui well, iOS behaves differently. (Idk whats happening on Android, digging into iOS right now) FYI @asafkorem |
Got it working on iOS Fabric with disabled bridgeless, working on bridgeless mode 🚧 |
i am getting |
We're also getting :react-native-navigation:compileReactNative71DebugKotlin any suggestions? |
I am getting it too |
+1 |
Can try this one rnn issue |
any updates here? |
What happened?
After migration playground app to RN 74.0 with New Architecture enabled (Bridgeless mode enabled or disabled, same result), lib stopped working as expected (at least for iOS):
Tab bar and header are shown, but other content of the screen are not rendered. UIView, that located in the 'empty place' and holds RN View, occupies all available space, however, react component is not rendered (events are fired, checked in EventObserver on JS side), event constructor of class component is not called (thats why it not binds to EventObserver and events are not passed to component directly).
There is one more major problem for Android: starting from 0.74 version, interop with legacy architecture becomes stable, however, support of ShadowNodes was removed (it a problem for Android modal implementation).
Need to fix this, but it will be a good idea to reimplement core of this library to not use bridge at all, at least for Bridgeless mode, that now enabled by default with Fabric
What was the expected behaviour?
It should render content
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
Minimal reproducible example
In what environment did this happen?
React Native Navigation version: 7.39.2
React Native version: 0.74.0
Has Fabric (React Native's new rendering system) enabled: yes
Node version: 18
The text was updated successfully, but these errors were encountered: