thebylito / react-native-navigation-bar-color

React Native component to change bottom bar/navigation bar color on Android
MIT License
269 stars 49 forks source link

fix: get ext sdk version #57

Closed ngtan closed 1 year ago

ngtan commented 1 year ago

Hi there, For the application has compile SDK version greater than the default SDK version (v.28) it can't get the correct SDK version from rootProject because rootProject.ext doesn't have hasProperty method (reference).

ngtan commented 1 year ago

Hmm, it looks related to #50