@avoine/mobile-init
v0.4.0
Published
Init Avoine Mobile application
Readme
@avoine/mobile-init
Create a simple React Native mobile application with some basic screens ready.
Install
Install Avoine Mobile Init as global package with
npm install @avoine/mobile-init -g
Usage
# avoine-mobile-init myappThis will create an application to directory ./myapp/ with react-native init myapp and then some custom scripts will be run.
Just like with react-native init you can then start your mobile app with
# cd myapp
# react-native run-iosor
# cd myapp
# react-native run-android