nitrogen
v0.36.1
Published
Code generator for React Native Nitro Modules that turns TypeScript specs into C++, Swift, and Kotlin bindings.
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.
