0.1.16 • Published 3 years ago
expo-native-create v0.1.16
Expo-native-create
This is a NodeJs CLI tool created to help you kickstart an expo project with a some already made config
Features
- Comes with a better folder structure to help you build a scalable react-native-app
- The folder structure supports cross-platform-development aswell.
- Comes preinstalled with React-navigation and the native stack navigator.
- Has React-navigation and the native stack navigator already setup with a home screen.
Installation
Using Yarn
$ yarn global expo-native-createUsing Npm
$ npm install expo-native-create --globalUsage
Simply run
$ expo-native-createor
$ expo-native-create [appName]Options
For javascript template pass "-j" or "--javascript"
$ npx expo-native-create -j $ npx expo-native-create -t