Skip to main content

Installation

Welcome to the Nitro Module CLI! This tool helps you create React Native modules with ease. Choose your preferred package manager to install the CLI globally.

Prerequisites

  • Node.js 16 or higher
  • React Native development environment
npm install -g create-nitro-module

Using Bun

bun install -g create-nitro-module

Using PNPM

pnpm add -g create-nitro-module

Using Yarn

yarn global add create-nitro-module

Next Steps

Need help? Open an issue on GitHub.