0.4.0 • Published 8 years ago

@avoine/mobile-init v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago