thebylito / react-native-navigation-bar-color

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

fix: fix `build.gradle` root project property access error #58

Closed stanleyugwu closed 1 year ago

stanleyugwu commented 1 year ago

When I compiled on react-native v.0.70.1 with gradlew assembleRelease command, it fails with error: AAPT: error: resource android:attr/lStar not found.

Changing the logic for accessing root project's properties in build.gradle solved the problem for me. I also created a safeExtGet function for accessing properties. It fails gracefully.

thebylito commented 1 year ago

resolved on #50, thanks.