Loïc Dardant
Results
1
issues of
Loïc Dardant
Summary: --------- As highlighted in https://github.com/react-native-community/cli/issues/2221, the way some projects (like expo ones) define the `buildToolsVersion` is breaking `react-native doctor`. ```gradle buildscript { ext { buildToolsVersion = findProperty('android.buildToolsVersion') ?: '34.0.0'...