JSPM

@react-native/codegen

0.77.0-nightly-20241106-b7ec7523c
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3611485
  • Score
    100M100P100Q197438F
  • License MIT

Code generation tools for React Native

Package Exports

  • @react-native/codegen/lib/cli/combine/combine-js-to-schema.js
  • @react-native/codegen/lib/generators/RNCodegen
  • @react-native/codegen/lib/generators/RNCodegen.js
  • @react-native/codegen/lib/parsers/flow/modules
  • @react-native/codegen/lib/parsers/flow/modules/index.js
  • @react-native/codegen/lib/parsers/flow/parser
  • @react-native/codegen/lib/parsers/flow/parser.js
  • @react-native/codegen/lib/parsers/flow/utils
  • @react-native/codegen/lib/parsers/flow/utils.js
  • @react-native/codegen/lib/parsers/parsers-commons
  • @react-native/codegen/lib/parsers/parsers-commons.js
  • @react-native/codegen/lib/parsers/typescript/parser
  • @react-native/codegen/lib/parsers/typescript/parser.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 packages/react-native-codegen.