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:

  1. Target motionwind-react-native@2 and include Reanimated's build setup.
  2. Use mw.Pressable for press behavior and only documented component names.
  3. Never generate drag, layout, in-view, SVG, or web-only animation classes as if the native adapter implements them.
  4. Read ParsedResult.diagnostics in generators and migration tools.
  5. 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.