ios icon indicating copy to clipboard operation
ios copied to clipboard

Support new React Native new architecture (TurboModules/Fabric)

Open tom-sherman opened this issue 2 years ago • 5 comments

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

tom-sherman avatar Jun 23 '22 09:06 tom-sherman

Will work on it :+1:

Naturalclar avatar Jun 24 '22 07:06 Naturalclar

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"

nibblesnbits avatar Jul 07 '22 19:07 nibblesnbits

You can use React 18 in 0.69 but you cant use concurrent features without enabling the new architecture.

tom-sherman avatar Jul 07 '22 21:07 tom-sherman

I did notice, however, that there is an unmaintained lib dependency that also requires older React. :(

nibblesnbits avatar Jul 07 '22 21:07 nibblesnbits

how to config lib in react native 0.69 when I start app, It auto disconnect metro reload app

phuocantd avatar Aug 19 '22 17:08 phuocantd