Skip to content

Latest commit

History

History
28 lines (20 loc) 路 925 Bytes

File metadata and controls

28 lines (20 loc) 路 925 Bytes
Nitrogen

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 -D

Then, generate your specs;

npx nitrogen

Usage

See the Nitrogen documentation for more information.