react-native-macos/packages/react-native-gradle-plugin
Nicola Corti 63acead781 Remove the unused JavaGenerator from the React Native Gradle Plugin.
Summary:
I'm removing the Java generation as we're not using it for now, and we're not maintaining it.
Moreover is not feature complete, and still needs `react-native-codegen` to generate the Makefile/CMake/C++ code.
We can still resort it if we decide to switch to AST based generation.

Changelog:
[Internal] [Changed] - Remove the unused JavaGenerator from the React Native Gradle Plugin

Reviewed By: cipolleschi

Differential Revision: D35930746

fbshipit-source-id: 624c411cdc678b270a647efc3cc8236b50018bef
2022-04-28 02:34:07 -07:00
..
gradle/wrapper Bump Gradle, AGP and Download plugins 2022-01-06 10:37:28 -08:00
src Remove the unused JavaGenerator from the React Native Gradle Plugin. 2022-04-28 02:34:07 -07:00
BUCK Create @fb-tools-support/yarn package 2022-01-28 08:22:17 -08:00
README.md Add a README before publishing this package 2021-09-27 09:23:33 -07:00
build.gradle.kts Set Java source/target compatibility for react-native-gradle-plugin to 8 2022-02-09 12:06:54 -08:00
gradlew bump gradle to 7.3 (#32588) 2021-11-15 06:47:39 -08:00
gradlew.bat Re-sync with internal repository (#32212) 2021-09-15 10:45:06 +01:00
package.json Bump React Native Gradle plugin to 0.0.7 2022-04-27 09:41:11 -07:00
settings.gradle.kts Configure plugin repositories to use Gradle Portal last 2022-01-13 06:02:44 -08:00

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