react-native-navbar
react-native-navbar copied to clipboard
Navbar component for React Native
on iOS it doesn't hide the status bar ``` ```
In `getButtonElement` function, `NavbarButton` component disabled prop was omitted. Because of this bug, developer can't make button disabled. Put disabled prop and passing `data.disabled` argument to `NavbarButton` component, now can...
I'm getting this error when I try to run the vanilla example in my own app ``` jsx import NavigationBar from 'react-native-navbar' ... render () { const rightButtonConfig = {...
It may be useful using SafeAreaView or when managing status bar manually.
Please, review some pull requests. There are many important.
Hi Thanks for the great library. Please remove the bottom value of Custom style, so we can control the whole navbar, i would like to add progress bar to navbar....
Whenever I try to implement the left or right buttons I am getting a warning. It still works but I would prefer the error not be there. One example of...
Hi, after trying to use the `disabled` option and seeing that it wasn't doing anything, I tried to figure out what was wrong and I think that functionality stopped working...