home / skills / partme-ai / full-stack-skills / react-native-project-creater
This skill helps you create React Native projects quickly with one command, including init, config, and template generation.
npx playbooks add skill partme-ai/full-stack-skills --skill react-native-project-createrReview the files below or copy the command above to add this skill to your agents.
---
name: react-native-project-creater
description: Provides one-command project creation for React Native including project initialization, configuration, and template generation. Use when the user asks about creating React Native projects, needs to initialize a new React Native project, or generate React Native project structure.
license: Complete terms in LICENSE.txt
---
## When to use this skill
Use this skill whenever the user wants to:
- [待完善:根据具体工具添加使用场景]
## How to use this skill
[待完善:根据具体工具添加使用指南]
## Best Practices
[待完善:根据具体工具添加最佳实践]
## Keywords
[待完善:根据具体工具添加关键词]
This skill provides one-command project creation for React Native, handling initialization, configuration, and template generation. It streamlines setup by scaffolding a ready-to-run project with sensible defaults, common libraries, and platform-specific settings. Use it to avoid repetitive setup steps and get to development faster.
Run a single CLI command and the skill creates a new React Native project, installs dependencies, applies configuration (TypeScript, ESLint, Metro, iOS/Android settings), and generates a preferred folder structure and templates. It can include optional presets for navigation, state management, and testing, and produces scripts for building, running, and debugging on simulators or devices.
Can I customize the generated template?
Yes. The tool supports presets and flags to include or exclude libraries, and you can modify the generated files or extend templates for team use.
Does it support TypeScript and native code changes?
Yes. TypeScript projects are supported by default via a preset, and native iOS/Android configuration files are generated so you can add native modules as needed.