I am working on a react-native android project. For which I am using "react-native run-android" command to build and execute the android project.
But each time I use above command, the react-native system downloads the gradle component while it's already installed in my system. Had cross checked that the installed version is same as that which is about to get install via react-native-cli.
Would like to know is there a way by which the existing downloaded gradle can be used rather than downloading it?
Thanks for reading.
You can use 'react-native start' instead of 'react-native run-android' after building the debug apk.It will start the server without downloading the gradlew properties.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With