The code-generator for react-native-nitro-modules.
npm install nitrogenNitrogen is a code-generator that takes TypeScript interfaces and generates C++, Swift and Kotlin code and native bindings built on top of the react-native-nitro-modules core APIs.
Install nitrogen as a devDependency in your Nitro Module:
``sh`
npm i nitrogen -D
Then, generate your specs;
`sh``
npx nitrogen
See the Nitrogen documentation for more information.