diff --git a/src/index.js b/src/index.js index eeab32f..d4d8a2c 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ const changeNavigationBarColor = ( ) => { if (Platform.OS === 'android') { const LightNav = light ? true : false; - NavigationBarColor.changeNavigationBarColor(color, LightNav, animated); + return NavigationBarColor.changeNavigationBarColor(color, LightNav, animated); } }; const hideNavigationBar = () => {