Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    So to confirm: 1) When you create a React Native project, there is code in and android/ folder that installs Gradle? 2) If so, does a given version of React Native have a corresponding version of Gradle? If so, would there ever be a reason to change the Gradle version in a React Native project, or would that be a bad idea because all the other code is expecting the existing version? 3) If you already have Gradle installed on your system, and the version is different from the version in your project, would those versions ever conflict? Commented Nov 24, 2019 at 22:57
  • 1. yes it comes with the gradle version , thats what ive seen. 2.Yes you can change the gradle version , stackoverflow.com/questions/51479691/… 3.Umm, i guess when you sync now with android studio, it will take the gradle version of the project. Commented Nov 25, 2019 at 5:17