smsiregic

Results 3 comments of smsiregic

Hi. Possible you can find some solution in this link: [https://github.com/thebylito/react-native-navigation-bar-color/issues/42](url)

Solution which works for me. Steps: 1) go to file `node_modules/react-native-navigation-bar-color/android/src/main/java/com/thebylito/navigationbarcolor/NavigationBarColorModule.java` 2) Finde method **hideNavigationBar** (line: 139) 3) Change code inside this condition 'getCurrentActivity() != null': **- old code:** `if...