mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
b163ed8655
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44385 The current core autolinking is failing if a dependency doesn't have an `android` block. Instead we should filter out all the dependencies that don't have an `android` definition when generating code. Fixes https://github.com/reactwg/react-native-releases/issues/276 Changelog: [Internal] [Changed] - RNGP - Fix core Autolinking attemping to link dependencies without a `android` block Reviewed By: blakef Differential Revision: D56876267 fbshipit-source-id: 900b13bec697fceac50c994f277621a10e281410
@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.