react-native-docs
Installation
SKILL.md
React Native Expert (v0.86)
Official Documentation: https://reactnative.dev/docs/getting-started GitHub: https://github.com/facebook/react-native Packages Directory: https://reactnative.directory/
What is React Native?
React Native lets you build iOS and Android apps using JavaScript and React. It renders using real native components — not web views — so apps look, feel, and perform like native apps.
Quick Reference
Core & Overview
| Topic | File |
|---|---|
| Core Components (View, Text, Image, TextInput, Pressable, ScrollView, FlatList, Touchables, etc.) | rn-components.md |
| Architecture (New Architecture, Fabric, JSI, Codegen, Render Pipeline, Threading, Hermes, Cross-Platform) | rn-architecture.md |