/AppleJaxxFramework

Create beautiful apps

Primary LanguageObjective-CApache License 2.0Apache-2.0

Card List Friends List Fruits List Folder List

Get Started

###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

Strategy

Basically just mapw components to a schema so we can futz with it on an editor

Navigation: Minimalally working

Custom Components:

  • Music Player
  • Store
  • Punch Card
  • Calendar
  • Gallary
  • Social Buttons

Data apis:

  • Facebook Graph
  • Twitter
  • Instagram (LLC?)
  • Soundcloud
  • Google Services (Calendar, mail)
  • Outlook
  • Custom: local data souce

Technologies

A Starter Kit for React Native

Get Started

###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