mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b417b0c2d5
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51941 Changelog: [Android][Fixed] - Extract out FBReactNativeSpec's core components including Unimplemented from auto-generated registry Extracting out `FBReactNativeSpec`'s core components including `UnimplementedNativeView` from auto-generated registry. Using this `libraryName` to skip merging those modules Reviewed By: RSNara Differential Revision: D76371796 fbshipit-source-id: 4cfee0fe80a661f159a5f17e0d4abc60f601ea74
@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.