react-native-navbar
react-native-navbar copied to clipboard
Navbar component for React Native
can show or hide left / right button with button event
like this 
It's useful to be able to apply some custom styling to the container.
Are there any plans to implement this? I'd be happy to work on a PR.
The StatusBar should not be updated every time a prop changes, it should be updated when one of the visual props changes: `style`, `hidden` or `tintColor`. The current aggressive update...
its `React.createElement` from the "react" package now
The new `animated` property of the `statusBar` prop object affects both `style` and `hidden` when they are changed. Fixes bugs so the animations play. (They have to be passed in...
Dear community, Finally, I had a chance to look deeper into guidelines about navigation bars from [Apple](https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/Bars.html#//apple_ref/doc/uid/TP40006556-CH12-SW3) and [Google](https://www.google.com/design/spec/layout/structure.html#structure-app-bar). So, I came to some conclusions and ideas I wish to...
Implementing https://github.com/react-native-fellowship/react-native-navbar/issues/109