Replies: 4 comments
-
I'm working on a bleeding-edge react-native-template-new-architecture atm which comes with the new arch enabled you mention ^ It's a bit more than boilerplate, but you can always downgrade deps to stable, linting from all to recommended, etc Gradually building a CLI to make this easier, any suggestions welcome And looking into codegen'ing e.g. a native Bootsplash, since imo it's better to keep the boilerplate minimal I'll go ahead and post here |
Beta Was this translation helpful? Give feedback.
-
We do have an official sample app that uses the New Architecture across different versions of React Native: https://github.com/react-native-community/RNNewArchitectureApp For libraries, we're working on similar material and documentation that we hope to release soon. As for templates, I'm not aware of any solution that works with the new arch out of the box. I'm happy to look into solutions/suggestions if you have any to share. |
Beta Was this translation helpful? Give feedback.
-
There's also this library from @alon7 : https://github.com/talknagish/react-native-turbo-starter |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I've used react-native-create-library in the past - are there any boilerplate projects or builders that support fabric?
Beta Was this translation helpful? Give feedback.
All reactions