Skip to main content

Introduction

A CLI tool that simplifies creating React Native modules powered by Nitro Modules.

Version Downloads License

CLI Demo

Features

  • 📱 Pre-configured iOS & Android native module templates
  • 📦 Automatic linking and installation
  • 📚 TypeScript support out of the box

Project Structure

.
├── example
├── AwesomeLibrary.podspec
├── android
├── ios
├── src
│ ├── index.ts
│ └── specs
│ └── awesome-library.nitro.ts
│   ├── nitrogen
│   ├── nitro.json
│   ├── babel.config.js
│   ├── package.json
│   └── tsconfig.json
├── bun.lockb
└── package.json