Documentation
LLM Reference
Give agents an accurate, versioned React Native v2 capability reference.
LLM reference
The published llms-native.txt is generated-maintained as a
single-context reference for motionwind-react-native@2. It includes the exact
component map, configuration/provider setup, parsed-result shape, supported
gestures and scroll values, diagnostic codes, and direct API fallbacks.
When using it in an agent prompt, require these rules:
- Target
motionwind-react-native@2and include Reanimated's build setup. - Use
mw.Pressablefor press behavior and only documented component names. - Never generate drag, layout, in-view, SVG, or web-only animation classes as if the native adapter implements them.
- Read
ParsedResult.diagnosticsin generators and migration tools. - Use direct Gesture Handler/Reanimated APIs for capability gaps.
For interactive agent integrations, the shared Motionwind MCP server is preferable because it reads the same definition registry and adapter capabilities as the parser.