arvis-rn
v1.2.0
Published
cli to create react native app
Downloads
4
Readme
run this command with
Mac or Linux
npx arvis-rn
You need to select the template type and your project name.
Windows
Currently, arvis-rn not support windows. So please use one of these command.
- Basic setup. RN 0.72.0
npx react-native init MyProjectExample --template https://gitlab.arvis-engineering.net/prieyuda.sustono/rn-minimum-setup.git
- Basic + React Navigation. RN 0.72.0
npx react-native init MyProjectExample --template https://gitlab.arvis-engineering.net/prieyuda.sustono/rn-with-navigation.git
- With realm local database. RN 0.70.6
npx react-native init MyProjectExample --template https://gitlab.arvis-engineering.net/prieyuda.sustono/arvis-react-native-realm.git