react-native-project-creater
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Create a new React Native project from scratch
- Choose between React Native CLI and Expo for project initialization
- Configure TypeScript, bundler, and native dependencies
- Set up the initial project structure with navigation and state management
How to use this skill
Workflow
- Gather requirements: project name, organization, TypeScript preference, Expo vs bare CLI
- Run the initialization command with appropriate options
- Install initial dependencies (navigation, state management, etc.)
- Verify the project builds and runs on a simulator or device