react-native-navigation-bar-color
Advanced tools
Comparing version 2.0.1 to 2.0.2
declare module "react-native-navigation-bar-color" { | ||
function changeNavigationBarColor(color: string, light: boolean, animated: boolean): void; | ||
function changeNavigationBarColor(color: string, light?: boolean, animated?: boolean): void; | ||
function hideNavigationBar(): boolean; | ||
@@ -4,0 +4,0 @@ function showNavigationBar(): boolean; |
{ | ||
"name": "react-native-navigation-bar-color", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "React Native component to change bottom bar/navigation bar color on Android", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,2 +23,5 @@ # React Native Navigation Bar Color Change | ||
## Support | ||
<a href="https://www.buymeacoffee.com/thebylito"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" target="_blank"></a> | ||
## Installation | ||
@@ -204,3 +207,2 @@ | ||
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fthebylito%2Freact-native-navigation-bar-color.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fthebylito%2Freact-native-navigation-bar-color?ref=badge_large) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
72034
207