I started using React Native with Expo, and I got my first problem, and I don't know how to deal with it. I want to change the navigation bar on Android to dark or to a custom color, but I can't figure out how to do it. Do you have any idea?
I tired to deal with https://github.com/thebylito/react-native-navigation-bar-color#readme but it returns:
TypeError: TypeError: null is not an object (evaluating 'NavigationBarColor.changeNavigationBarColor')
if (Platform.OS == 'android') {
changeNavigationBarColor('#f00', true);
}