mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
44e78ff74a
Summary: I accidentally broke build_android. Here the two fixes: 1. Make sure the constructor of PackageList2 are actually called `PackageList2` 2. Make sure the package of `OSSLibraryExamplePackage` is `com.facebook.react.osslibraryexample` Changelog: [Internal] [Changed] - Fix accidentally broken build_android job Reviewed By: dmytrorykun Differential Revision: D56756601 fbshipit-source-id: 862597ca829d702d880624d29276193f8548715d
@react-native/gradle-plugin
A Gradle Plugin used to support development of React Native applications for Android.
Installation
yarn add @react-native/gradle-plugin
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-gradle-plugin.