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

Two last parameters are not optional in types file #49

Open gentlee opened 3 years ago

gentlee commented 3 years ago

When using this lib with Typescript it shows error if not provide all arguments, because they are not marked as optional.

function changeNavigationBarColor(color: string, light: boolean, animated: boolean): void;