ReactNativeMovie 是基于豆瓣电影 Api 的一款 React Native 项目,使用了一些常见的开源库,可在 Android 和 iOS 上运行使用。
-
Clone the repo:
$ git clone https://github.com/JangGwa/ReactNativeMovie.git $ cd ReactNativeMovie
-
Install dependencies:
$ npm install
-
Running on iOS/Android:
$ react-native run-ios 或 $ react-native run-Android