React Native – Gradle Issue Fix

Old Configuration : path: “android\gradle\wrapper\gradle-wrapper.properties” distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-6.2-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists android\build.gradle dependencies { classpath(“com.android.tools.build:gradle:3.5.3″) } New Configuration : path : “android\gradle\wrapper\gradle-wrapper.properties” distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip zipStoreBase=GRADLE_USER_HOME

React Native – Android Setup Windows

2024 – JAN Install and Setup React Native on Windows 10 1. Install Chocolatey : @”%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe” -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command “iex ((New-Object System.Net.WebClient).DownloadString(‘https://chocolatey.org/install.ps1’))”