A CLI tool that simplifies creating React Native modules powered by Nitro Modules.
- 📱 Pre-configured iOS & Android native module templates
- 📦 Automatic linking and installation
- 📚 TypeScript support out of the box
- 🔧 Zero configuration required
- ⚙️ Automated ios/android build with GitHub Actions
Ready to supercharge your React Native development? Visit our comprehensive documentation:
📚 Explore Nitro Module CLI Documentation
# Using bun
bun create nitro-module@latest my-nitro-module
# Using yarn
yarn create nitro-module@latest my-nitro-module
# Using npx
npx create-nitro-module@latest my-nitro-module