kadiraydinli / react-native-system-navigation-bar

React Native lets you customize the navigation bar for Android.
https://www.npmjs.com/package/react-native-system-navigation-bar
MIT License
270 stars 19 forks source link

fix(build): use ext options from root project #23

Closed zolbooo closed 2 years ago

zolbooo commented 2 years ago

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.

kadiraydinli commented 2 years ago

@zolbooo Thanks for PR.