react-native-guide
React Native指南汇集了各类react-native学习资源、开源App和组件
A Chinese-language curated guide for learning React Native, linking to tutorials, open-source example apps, UI components, and community resources for building iOS and Android apps with JavaScript.
This repository is a Chinese-language curated guide for learning React Native, a framework that lets developers write mobile apps for both iOS and Android using JavaScript. Rather than being a library or tool you install, it is a collected reference — an organised list of tutorials, open-source example apps, components, and books that cover the React Native ecosystem.
The guide is aimed at Chinese-speaking developers and covers several levels of learning material. The tutorial section links to beginner introductions, video courses, the official React Native documentation in Chinese, and multi-part series that go deep on topics like layout, communication between app components, and building native modules. There are also sections covering the React.js library (which React Native builds on top of) and ES6, the modern version of JavaScript, so learners can build up the prerequisite knowledge alongside their mobile development skills.
Beyond tutorials, the guide links to a range of open-source apps built with React Native — such as GitHub clients, news readers, a Douban clone, and to-do apps — so learners can study real working code rather than toy examples. Additional sections list reusable UI components, developer tools, and community websites for ongoing learning.
You would use this as a starting point if you want to learn React Native and prefer Chinese-language resources, or if you already know some React Native and want to explore an existing codebase. The full README is longer than what was provided.
Where it fits
- Find Chinese-language tutorials and video courses to start learning React Native for iOS and Android development.
- Browse open-source React Native app examples to study how real apps are structured.
- Discover reusable React Native UI components and developer tools to speed up your project.