-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
I know it may be a bit early as react-native-turbo is still in beta, but since React Native 0.74 will enable the New Architecture by default with bridgeless mode on, I'd like to know if there is a plan for react-native-turbo to support the new Architecture directly or via Interop Layer.
- Library support for New Architecture + Bridgeless in 2024 reactwg/react-native-new-architecture#167
- https://docs.expo.dev/guides/new-architecture/
So far I've tried an Expo 50 app with New Arch with the following react-native.config.js, but it does not seem to work.
module.exports = {
project: {
ios: {
unstable_reactLegacyComponentNames: ['RNVisitableView'],
},
},
}
Steps to reproduce
https://docs.expo.dev/guides/new-architecture/#enable-the-new-architecture-in-an-existing-project
Follow the steps in the docs to enable New Arch and run with the react-native-config.js above.
Snack or a link to a repository
React Native Turbo version
1.0.0-beta.5
React Native version
0.73.6
Platforms
iOS
JavaScript runtime
Hermes
Workflow
Expo Dev Client
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
iOS simulator
Device model
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request