New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-nitro-module-template

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-nitro-module-template

React Native Template With Nitro Modules

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
18
157.14%
Maintainers
1
Weekly downloads
 
Created
Source

React Native Nitro Module Template

A scalable monorepo starter template for building React Native Nitro Modules - featuring TypeScript support, native platform implementations, and modern development workflows.

Features

  • ⚡️ Nitro Modules integration
  • 📱 iOS and Android nitro module implementations
  • 🧪 Jest testing setup
  • 📦 Modern package management
  • 🚀 TypeScript support out of the box

Project Structure

.
├── android/              # Android application source
├── ios/                  # iOS application source
├── src/                  # React Native app code
├── modules/              # React Native Nitro Modules
│   └── my-nitro-module/  # Example of a nitro module
│       ├── __tests__/    # Test files
│       ├── android/      # Android native module implementation
│       ├── ios/          # iOS native module implementation
│       └── src/          # native module specs
├── package.json          # Project configuration
├── tsconfig.json         # TypeScript settings
└── README.md             # Documentation

Usage

bunx react-native init MyApp --template react-native-nitro-module-template
cd MyApp
bun install

Quick Start With Nitro Modules

[!TIP] To quickly generate Nitro Modules in your app, use Create Nitro Module. bun create nitro-module my-nitro-module --skip-example --module-dir modules

Contributing

Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Learn More

Keywords

react-native

FAQs

Package last updated on 15 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts