react-native-llm-docs

📁 5dlabs/cto 📅 Jan 24, 2026
3
总安装量
3
周安装量
#57667
全站排名
安装命令
npx skills add https://github.com/5dlabs/cto --skill react-native-llm-docs

Agent 安装分布

claude-code 2
windsurf 1
trae 1
opencode 1
antigravity 1

Skill 文档

React Native LLM Documentation

React Native provides comprehensive LLM-optimized documentation at https://reactnative.dev/llms.txt.

When to Use

Fetch this documentation when:

  • Building core React Native components and layouts
  • Working with the New Architecture (Fabric, Turbo Modules)
  • Creating native modules or components
  • Debugging and profiling performance
  • Handling platform-specific code (Android/iOS)
  • Publishing to app stores

Key Topics Covered

  • Core Components: View, Text, Image, FlatList, ScrollView, TextInput
  • APIs: Animated, Keyboard, Linking, Platform, PermissionsAndroid
  • New Architecture: Fabric Components, Turbo Modules, Codegen, C++
  • Native Integration: iOS Native Modules, Android Native Modules
  • Performance: Profiling, Optimizing FlatList, JavaScript Loading
  • Architecture: Render Pipeline, Threading Model, View Flattening

Quick Reference

// Fetch React Native docs via Firecrawl
const docs = await firecrawl.scrape({
  url: "https://reactnative.dev/llms.txt",
  formats: ["markdown"]
});

Core Component Reference

Component Description
View Container with flexbox layout
Text Text display and styling
Image Image rendering
FlatList Performant list rendering
ScrollView Scrollable container
TextInput Text input field
Pressable Touch handling
Modal Overlay content

Related Skills

  • expo-llm-docs – Expo framework documentation
  • better-auth-expo – Authentication for React Native