keitaoouchi / ReactNativeExample

Real world ReactNative example using Redux/Flux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

CircleCI

Required Environment

brew install node
brew install watchman
brew install cocoapods
brew install yarn
npm install -g react-native-cli@2.0.1

Run

git clone https://github.com/keitaoouchi/ReactNativeExample.git
cd ReactNativeExample
yarn
cd ios && pod install && cd ..
react-native link
# or you could open `ios/SevenDaysOfReactNative.xcworkspace`, then Run App.
react-native run-ios
# or you could open `android` with Android Studio, then Run App.
react-native run-android

About

Real world ReactNative example using Redux/Flux.


Languages

Language:JavaScript 85.3%Language:Objective-C 8.5%Language:Python 3.3%Language:Java 2.9%