explaingit

reactnativecn/react-native-guide

17,829Audience · developerComplexity · 1/5Setup · easy

TLDR

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.

Mindmap

mindmap
  root((React Native Guide))
    What it does
      Curated learning resource
      Chinese language
      Cross-platform mobile
    Topics covered
      Tutorials and courses
      Example apps
      UI components
      ES6 and React basics
    Use cases
      Learn React Native
      Study real app code
      Find UI components
    Audience
      Chinese-speaking devs
      Mobile beginners
    Community
      Forums
      Community websites
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Things people build with this

USE CASE 1

Find Chinese-language tutorials and video courses to start learning React Native for iOS and Android development.

USE CASE 2

Browse open-source React Native app examples to study how real apps are structured.

USE CASE 3

Discover reusable React Native UI components and developer tools to speed up your project.

Tech stack

JavaScriptReact Native

Getting it running

Difficulty · easy Time to first run · 5min
License terms not described in the guide.

In plain English

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.

Copy-paste prompts

Prompt 1
I am a Chinese-speaking developer new to React Native, help me build a simple to-do list app for iOS and Android using JavaScript, step by step.
Prompt 2
Show me how to create a custom native module in React Native that calls platform-specific Android or iOS code from JavaScript.
Prompt 3
Using React Native, help me build a GitHub repository browser app that fetches data from the GitHub API and shows a scrollable list.
Prompt 4
Explain how layout works in React Native using Flexbox, with examples for centering content and creating a two-column grid.
Open on GitHub → Explain another repo

← reactnativecn on gitmyhub — every repo by this author, as a profile.

Verify against the repo before relying on details.