nitrogen
v0.35.0
Published
The code-generator for react-native-nitro-modules.
Readme
Nitrogen 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.
Installation
Install nitrogen as a devDependency in your Nitro Module:
npm i nitrogen -DThen, generate your specs;
npx nitrogenUsage
See the Nitrogen documentation for more information.
