react-native-project-creater

Installation
SKILL.md

When to use this skill

Use this skill whenever the user wants to:

  • 用 React Native CLI 或模板创建新 RN 项目、选择模板与配置
  • 初始化依赖、Metro 与原生工程

How to use this skill

  1. 创建:npx @react-native-community/cli init ProjectName;选 TypeScript、模板。
  2. 结构:App.tsx、android/、ios/、metro;依赖与 Pod install。
  3. 参考https://reactnative.dev/docs/environment-setup

Best Practices

  • 命名与包名规范;先跑通默认模板再改。
  • 锁定 Node 与 RN 版本;CI 环境一致。

Keywords

Installs
28
GitHub Stars
1
First Seen
Jun 23, 2026
react-native-project-creater — full-stack-skills/react-skills