
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
react-native-nitro-module-template
Advanced tools
A scalable monorepo starter template for building React Native Nitro Modules - featuring TypeScript support, native platform implementations, and modern development workflows.
.
├── 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
bunx react-native init MyApp --template react-native-nitro-module-template
cd MyApp
bun install
[!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
Please read CONTRIBUTING.md for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
React Native Template With Nitro Modules
The npm package react-native-nitro-module-template receives a total of 10 weekly downloads. As such, react-native-nitro-module-template popularity was classified as not popular.
We found that react-native-nitro-module-template demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.