JSPM

  • Created
  • Published
  • Downloads 482989
  • Score
    100M100P100Q180655F
  • License MIT

Nitro Modules

Package Exports

  • react-native-nitro-modules
  • react-native-nitro-modules/lib/commonjs/index.js
  • react-native-nitro-modules/lib/module/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-nitro-modules) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-native-nitro

Nitro Modules

Installation

npm install react-native-nitro

Usage

import { multiply } from 'react-native-nitro';

// ...

const result = multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library