thebylito / react-native-navigation-bar-color

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

Error checking for iOS #7

Closed notmike101 closed 5 years ago

notmike101 commented 5 years ago

Current implementation allows for an error to occur in iOS builds that implement this module. Doing a platform check before invoking an Android-specific method allows for iOS to run properly.

Tested and confirmed working on both iOS and Android builds.

We can now implement this without worrying about iOS run-time issues.

notmike101 commented 5 years ago

Same as last time, I've got a project that depends on this module. Please let me know when it's merged or if you run into any issues.

thebylito commented 5 years ago

Thanks! Nice work