A Gradle Plugin used to support development of React Native applications for Android.Installationyarn add react-native-gradle-plugin Note: We're using yarn to install deps. Feel free to change commands to use np
Remove react-native-gradle-plugin as a dependency from template's package.json (cd79317672 by @cortinico) Use 2g as a default heap size for gradle builds (09e418ef8e) Use new StatusBar API on Android 11 (API 30)+ (50c8e973f0 by @ieatfood) Change static string to public (ab45138394...
Bump Android Gradle Plugin to 7.0.1. (272cfe5d13 by @dulmandakh) This version of Android Gradle plugin enforces JDK 11 for Android builds. Do not upgrade to AGP 7.1 as it is not supported by this version of react-native. Removed fallbackResource from RCTBundleURLProvider API (0912ee179...
Add workaround for Android Gradle Plugin 3.2 change to asset dir (ff084a4e80 by @edilaic)Fixed: bugs that have been resolvedFix HEAD request failing with Invalid response for blob (7e9c3f77cc by @anthonyhumphreys) Check if child view != null before dropping (af181fb192 by @chrusart)Andr...
Bump Android Gradle Plugin to 7.0.1. (272cfe5d13 by @dulmandakh) This version of Android Gradle plugin enforces JDK 11 for Android builds. Do not upgrade to AGP 7.1 as it is not supported by this version of react-native. Removed fallbackResource from RCTBundleURLProvider API (0912ee179...
This is a patch fix release addressing a couple ScrollView regressions, and "future-proof" RN 59 from crashes caused by upgrading Gradle (now can support up to 5.4.1 & 3.4.0 for the plugin) and Xcode 11 Beta 1. You can upgrade to this version without upgrading your tooling....