mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/32140 This diff is setting up the Gradle wrapper inside packages/react-native-gradle-plugin/. Currently the `./gradlew` file is missing so it's not possible to `cd` inside the project and build it from there (also opening that folder inside the IDE will trigger the creation of the files I added here). This diff is fixing. The files have been generated with the command: ``` gw -p packages/react-native-gradle-plugin wrapper --gradle-version 7.0.2 --distribution-type=all ``` Changelog: [Internal] [Added] - Setup Gradle Wrapper inside packages/react-native-gradle-plugin/ Reviewed By: yungsters Differential Revision: D30730145 fbshipit-source-id: a0bd6be0ac062e089b2b90a55b47987c0f4b6644