mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
851037d144
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46220 We'll want to eventually combine the module and component capabilities more, but these are at least the trivially shared ones. More work is required to merge the more complex object types. This change also makes it more clear where capabilities are different between native modules and components Changelog: [Internal] Reviewed By: makovkastar Differential Revision: D61740140 fbshipit-source-id: 9e7bf740cf6cd2431be8cad822ec69903dbbc71f
@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.