###1. System Requirements
-
Globally installed node >= 4.0
-
Globally installed npm >= 3.0
-
Globally installed rnpm (only if React Native version < 0.29)
-
Globally installed react-native CLI
###2. Installation
On the command prompt run the following commands
$ git clone https://github.com/CapitanRedBeard/AppleJaxx.git
$ cd AppleJaxx
$ npm install
$ rnpm link
###3. Simulate for iOS
Method One
-
Open the project in XCode from ios/NativeStarterKit.xcodeproj
-
Hit the play button.
Method Two
- Run the following command in your terminal
$ react-native run-ios
###4. Simulate for Android
-
Make sure you have an Android emulator installed and running.
-
Run the following command in your terminal
$ react-native run-android
Basically just mapw components to a schema so we can futz with it on an editor
- Music Player
- Store
- Punch Card
- Calendar
- Gallary
- Social Buttons
- Facebook Graph
- Instagram (LLC?)
- Soundcloud
- Google Services (Calendar, mail)
- Outlook
- Custom: local data souce
A Starter Kit for React Native
###1. System Requirements
-
Globally installed node >= 4.0
-
Globally installed npm >= 3.0
-
Globally installed rnpm (only if React Native version < 0.29)
-
Globally installed react-native CLI
-
Install CodePush globally and get keys for your app.
###2. Installation
On the command prompt run the following commands
$ git clone https://github.com/CapitanRedBeard/AppleJaxx.git
$ cd native-starter-kit/
$ npm install
$ rnpm link
###3. Simulate for iOS
Method One
-
Open the project in XCode from ios/NativeStarterKit.xcodeproj
-
Hit the play button.
Method Two
- Run the following command in your terminal
$ react-native run-ios
###4. Simulate for Android
-
Make sure you have an Android emulator installed and running.
-
Run the following command in your terminal
$ react-native run-android