ios
ios copied to clipboard
Support new React Native new architecture (TurboModules/Fabric)
See https://reactnative.dev/docs/new-architecture-library-intro
https://reactnative.dev/blog/2022/06/16/resources-migrating-your-react-native-library-to-the-new-architecture
Will work on it :+1:
Do we need to have full support for the new architecture in order to update the dependencies to allow React 18? I can't upgrade to RN 0.69 because I depend on this package and it specifies peer react@">=16.6.3"
You can use React 18 in 0.69 but you cant use concurrent features without enabling the new architecture.
I did notice, however, that there is an unmaintained lib dependency that also requires older React. :(
how to config lib in react native 0.69 when I start app, It auto disconnect metro reload app