Total Pageviews

Wednesday 11 November 2015

一款用nodejs和React Native写的"知乎日报“客户端程序:ZhiHuDaily-React-Native

The is a Zhihu Daily App client, implemented using React Native. This project can run on both Android and iOS, with more than 80% of code in common. This is a demo project to show how to develop a complete app with React Native. (The data api is from ZhihuDailyPurify)

How does it look like?

  • The home page
  • The drawer
  • The content page

How to run

  1. Prepare your environment: Requirements and Android Setup
  2. Clone this repo, and goto the project root directory
  3. run npm install
  4. run react-native run-android
  5. Enjoy
from  https://github.com/race604/ZhiHuDaily-React-Native