mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
88a04c530e
Summary: The `Object.assign` support is [inherently unsound](https://github.com/facebook/flow/issues/3392), carries a lot of tech debt, and we want to error on them. This diff pre-suppresses errors that will be added in the next version of Flow, to make the next release easier. Changelog: [Internal] Reviewed By: panagosg7 Differential Revision: D73963639 fbshipit-source-id: ebefc82c123588eb0b72ab48a24e45c42be33267
@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 packages/react-native-codegen.