Skip to content

Commit 6f11b10

Browse files
hoxyqfacebook-github-bot
authored andcommitted
refactor(react-native-gradle-plugin): rename react-native-gradle-plugin to @react-native/gradle-plugin (#35480)
Summary: Pull Request resolved: #35480 Changelog: [General][Changed] - rename react-native-gradle-plugin to react-native/gradle-plugin Reviewed By: cipolleschi Differential Revision: D41532746 fbshipit-source-id: 67b936a211ec8b91a2a96ca22145cbea94ba3e8c
1 parent f5e5274 commit 6f11b10

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

.circleci/verdaccio.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ packages:
2222
'react-native-codegen':
2323
access: $all
2424
publish: $all
25-
'react-native-gradle-plugin':
26-
access: $all
27-
publish: $all
2825
'@*/*':
2926
access: $all
3027
publish: $authenticated

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
"@react-native-community/cli-platform-android": "10.0.0-alpha.4",
114114
"@react-native-community/cli-platform-ios": "10.0.0-alpha.3",
115115
"@react-native/assets": "1.0.0",
116+
"@react-native/gradle-plugin": "^0.72.1",
116117
"@react-native/normalize-color": "2.1.0",
117118
"@react-native/polyfills": "2.0.0",
118119
"abort-controller": "^3.0.0",
@@ -132,7 +133,6 @@
132133
"pretty-format": "^26.5.2",
133134
"promise": "^8.3.0",
134135
"react-devtools-core": "^4.26.1",
135-
"react-native-gradle-plugin": "^0.72.1",
136136
"react-refresh": "^0.4.0",
137137
"react-shallow-renderer": "^16.15.0",
138138
"regenerator-runtime": "^0.13.2",
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# react-native-gradle-plugin
1+
# @react-native/gradle-plugin
22

33
[![Version][version-badge]][package]
44

@@ -7,10 +7,10 @@ A Gradle Plugin used to support development of React Native applications for And
77
## Installation
88

99
```
10-
yarn add react-native-gradle-plugin
10+
yarn add @react-native/gradle-plugin
1111
```
1212

1313
*Note: We're using `yarn` to install deps. Feel free to change commands to use `npm` 3+ and `npx` if you like*
1414

15-
[version-badge]: https://img.shields.io/npm/v/react-native-gradle-plugin?style=flat-square
16-
[package]: https://www.npmjs.com/package/react-native-gradle-plugin
15+
[version-badge]: https://img.shields.io/npm/v/@react-native/gradle-plugin?style=flat-square
16+
[package]: https://www.npmjs.com/package/@react-native/gradle-plugin

packages/react-native-gradle-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-native-gradle-plugin",
2+
"name": "@react-native/gradle-plugin",
33
"version": "0.72.1",
44
"description": "⚛️ Gradle Plugin for React Native",
55
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",

template/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
rootProject.name = 'HelloWorld'
22
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
33
include ':app'
4-
includeBuild('../node_modules/react-native-gradle-plugin')
4+
includeBuild('../node_modules/@react-native/gradle-plugin')

0 commit comments

Comments
 (0)