react-native demo ,拆解facebook的f8源码,修改成静态项目
- React Native (follow iOS and Android guides)
- Xcode 7.3 +
- Clone the repo
$ git clone https://github.com/lesonli/MyRNdemof8.git
$ cd MyRNdemof8
- Install dependencies (npm v3+):
$ npm install
- Running on Android:
$ react-native run-android
$ adb reverse tcp:8081 tcp:8081 # required to ensure the Android app can
- Running on iOS:
$ react-native run-ios