ssap_app/node_modules/@react-native/gradle-plugin
ananyak19 f0453fc9f0 first commit 2026-01-18 17:57:34 +05:30
..
.gradle first commit 2026-01-18 17:57:34 +05:30
gradle first commit 2026-01-18 17:57:34 +05:30
react-native-gradle-plugin first commit 2026-01-18 17:57:34 +05:30
settings-plugin first commit 2026-01-18 17:57:34 +05:30
shared first commit 2026-01-18 17:57:34 +05:30
shared-testutil first commit 2026-01-18 17:57:34 +05:30
README.md first commit 2026-01-18 17:57:34 +05:30
build.gradle.kts first commit 2026-01-18 17:57:34 +05:30
gradlew first commit 2026-01-18 17:57:34 +05:30
gradlew.bat first commit 2026-01-18 17:57:34 +05:30
package.json first commit 2026-01-18 17:57:34 +05:30
settings.gradle.kts first commit 2026-01-18 17:57:34 +05:30

README.md

@react-native/gradle-plugin

Version

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:

  1. yarn to install the dependencies. You just need to run this once
  2. ./gradlew -p packages/gradle-plugin test.