mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
9db0fbb697
Summary: Before we can publish `0.0.1` of `react-native-gradle-plugin`, we need to write a README file for it. Changelog: [Internal] [Changed] - Add a README before publishing the react-native-gradle-plugin Reviewed By: ShikaSD Differential Revision: D31206204 fbshipit-source-id: 0168298d04d4619dde931eb75d9555982f50fffe
17 lines
488 B
Markdown
17 lines
488 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
|