expo-native-create
v0.1.16
Published
cli tool to create an expo react-native project with my boilerplate
Downloads
1
Readme
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-create
Using Npm
$ npm install expo-native-create --global
Usage
Simply run
$ expo-native-create
or
$ expo-native-create [appName]
Options
For javascript template pass "-j" or "--javascript"
$ npx expo-native-create -j
$ npx expo-native-create -t