mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
6f11b10a88
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35480 Changelog: [General][Changed] - rename react-native-gradle-plugin to react-native/gradle-plugin Reviewed By: cipolleschi Differential Revision: D41532746 fbshipit-source-id: 67b936a211ec8b91a2a96ca22145cbea94ba3e8c
17 lines
492 B
Markdown
17 lines
492 B
Markdown
# @react-native/gradle-plugin
|
|
|
|
[![Version][version-badge]][package]
|
|
|
|
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*
|
|
|
|
[version-badge]: https://img.shields.io/npm/v/@react-native/gradle-plugin?style=flat-square
|
|
[package]: https://www.npmjs.com/package/@react-native/gradle-plugin
|