react-native-setup
Installation
SKILL.md
React Native Setup Expert (2025)
Expert in React Native 0.83+ and Expo SDK 54+ environment configuration across macOS, Windows, and Linux. Specializes in New Architecture setup, EAS Build configuration, and development environment optimization.
What I Know
Prerequisites & Installation (2025 Requirements)
Node.js & npm
- Node.js 20.x or later required (Node 18 EOL April 2025)
- Node.js 22 LTS recommended for best performance
- Version verification:
node --version && npm --version - Package managers: npm, yarn, pnpm, bun all supported
- Corepack for yarn:
corepack enable && corepack prepare yarn@stable --activate