create-react-native-new-arch-files
v1.0.9
Published
Helps creating new architecture files for react native.
Downloads
6
Readme
Work In Progress
Create React Native New Arch Files
This script helps creating newly added new architecture files for react native.
How to run the script?
Run this command in your project root directory.
npx create-react-native-new-arch-files
Limitations
This script only creates newly added architecture files under android directory. You still need to do other changes in various files. You can check which files needs to change for your react native version from react-native-upgrade-helper
License
This package is licensed under the MIT license.
Credits
Special thanks to
Some parts of the install script inspired by react-native-colo-loco and solito