
What's weird and annoying is that somehow it is able to successfully build yet there is a gradle error and a warning related to the import at the top of the /app/adle. The template sets the gradle version to 7.2 by default:ĭistributionBase=GRADLE_USER_HOME distributionPath=wrapper/ distsdistributionUrl=https\:///distributions/ <- here zipStoreBase=GRADLE_USER_HOMEzipStorePath=wrapper/dists From what I understand that's based on the gradle version which is set in the distributionUrl in gradle-wrapper.properties.


If you create a fresh React Native Typescript Project using npx react-native init MyApp -template react-native-template-typescript and open the /android directory in Android Studio it will recommend you upgrade the gradle plugin version to 7.1.2.
