mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
177f30a323
Summary: Nightlies are currently broken on main. That's because nightlies rely on packages that got re-scoped under `react-native`. We need to publish them to NPM. In order to do so, I'm bumping versions for the one that have changes on main so that they can be published to NPM to unblock nightlies. Changelog: [Internal] [Changed] - Bump all the react-native/ packages to publish on main Reviewed By: hoxyq Differential Revision: D41840985 fbshipit-source-id: 45b691611e33668df0922d4ff753738a773f162c
@react-native/codegen
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:
yarnto install the dependencies. You just need to run this onceyarn jest react-native-codegen.