React Native template already provides buildToolsVersion, minSdkVersion, compileSdkVersion and targetSdkVersion ext options, so I think that build.gradle should not use SystemNavigationBar_ prefixed options. This may cause some inconsistencies in build process.
React Native template already provides
buildToolsVersion
,minSdkVersion
,compileSdkVersion
andtargetSdkVersion
ext options, so I think thatbuild.gradle
should not useSystemNavigationBar_
prefixed options. This may cause some inconsistencies in build process.