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 22 or higher
  • React Native development environment
bun install -g create-nitro-module

Using Yarn

yarn global add create-nitro-module

Using NPM

npm install -g create-nitro-module

Next Steps

Need help? Open an issue on GitHub.