0.4.0 • Published 6 years ago

@avoine/mobile-init v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

@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 myapp

This 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-ios

or

# cd myapp
# react-native run-android

Related packages

0.4.0

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago