Shangyunliang / DoubanMovie

An example based on React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DoubanMovie

An example based on React Native 由于受限制于接口,没有后台,只是自己学习时候的做的。

DoubanMovie icon DoubanMovie icon DoubanMovie icon DoubanMovie icon

Set up

  1. Clone the repo:

     $ git clone https://github.com/Shangyunliang/DoubanMovie.git  
     $ cd DoubanMovie
    
  2. Install dependencies:

     $ npm install
    
  3. Install react-native-cli:

     $ npm install -g react-native-cli
    
  4. Running on iOS:

     $ react-native run-ios
    

Troubleshooting

Could not connect to development server

In a separate terminal window run:

	$ react-native start

About

An example based on React Native


Languages

Language:JavaScript 80.1%Language:Objective-C 12.0%Language:Python 4.5%Language:Java 3.4%