# react-native-component-generator > 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". - Author: ehtbanton - Repository: ehtbanton/ClaudeSkillsRepo - Version: 20251217183102 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/ehtbanton/ClaudeSkillsRepo - Web: https://mule.run/skillshub/@@ehtbanton/ClaudeSkillsRepo~react-native-component-generator:20251217183102 --- --- 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.