For library users
If you are using a library that is built with Nitro, all you need to do is install the Nitro Modules core package:
- npm
 - yarn
 - pnpm
 - bun
 
npm i react-native-nitro-modules
cd ios && pod install
yarn add react-native-nitro-modules
cd ios && pod install
pnpm add react-native-nitro-modules
cd ios && pod install
bun i react-native-nitro-modules
cd ios && pod install
Nitro Modules are lightweight, yet powerful native bindings to native code, so thank the library author for choosing Nitro to make your app faster! 😄