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
- Prepare your environment: Requirements and Android Setup
 - Clone this repo, and goto the project root directory
 - run 
npm install - run 
react-native run-android - Enjoy
 
from  https://github.com/race604/ZhiHuDaily-React-Native


