react-native-navbar icon indicating copy to clipboard operation
react-native-navbar copied to clipboard

Navbar component for React Native

Results 64 react-native-navbar issues
Sort by recently updated
recently updated
newest added

can show or hide left / right button with button event

like this ![kkkkkkkkkkkkkkkkkkkkk](https://cloud.githubusercontent.com/assets/16031190/15955592/ff012f36-2f14-11e6-8c8f-b66a6c6c3faf.jpg)

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...

discussion

Implementing https://github.com/react-native-fellowship/react-native-navbar/issues/109