Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 939 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 939 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 react-native library:

npm i nitro-codegen -D

Warning

Nitrogen is currently named nitro-codegen instead of nitrogen on npm.

Usage

See the Nitrogen documentation for more information.