| name | react-native-component-generator |
| description | Generate React Native components with TypeScript, styling, and platform-specific code. Triggers on "create react native component", "generate rn component", "mobile component", "react native screen". |
React Native Component Generator
Generate React Native TypeScript components with StyleSheet and platform handling.
Output Requirements
File Output: *.tsx component files
Format: Valid React Native TypeScript
Standards: React Native 0.72+, TypeScript
When Invoked
Immediately generate a complete React Native component with styles and types.
Example Invocations
Prompt: "Create React Native button component"
Output: Complete Button.tsx with variants, loading state, and styles.