JSPM

  • Created
  • Published
  • Downloads 299138
  • Score
    100M100P100Q168792F
  • License MIT

⚛️ Code generation tools for React Native

Package Exports

  • react-native-codegen/lib/generators/RNCodegen
  • react-native-codegen/lib/generators/RNCodegen.js
  • react-native-codegen/lib/parsers/flow
  • react-native-codegen/lib/parsers/flow/index.js
  • react-native-codegen/lib/parsers/flow/modules
  • react-native-codegen/lib/parsers/flow/modules/index.js
  • react-native-codegen/lib/parsers/flow/utils
  • react-native-codegen/lib/parsers/flow/utils.js
  • react-native-codegen/lib/parsers/typescript
  • react-native-codegen/lib/parsers/typescript/index.js
  • react-native-codegen/lib/parsers/utils
  • react-native-codegen/lib/parsers/utils.js
  • react-native-codegen/package.json

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-codegen) 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-codegen

Version

Installation

yarn add --dev react-native-codegen

Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like

Testing

To run the tests in this package, run the following commands from the react Native root folder:

  1. yarn to install the dependencies. You just need to run this once
  2. yarn jest react-native-codegen.