/ReactNativeExample

Real world ReactNative example using Redux/Flux.

Primary LanguageJavaScript

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