react-native-llm-docs

React Native LLM Documentation

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "react-native-llm-docs" with this command: npx skills add 5dlabs/cto/5dlabs-cto-react-native-llm-docs

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

expo-patterns

No summary provided by upstream source.

Repository SourceNeeds Review
General

better-auth-expo

No summary provided by upstream source.

Repository SourceNeeds Review
General

elysia-llm-docs

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend-excellence

No summary provided by upstream source.

Repository SourceNeeds Review