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.