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

Added an option to add icon to buttons

Added an option to add an icon to the buttons

## Almost every iOS 11 app has this new style for navigation titles: ![](https://user-images.githubusercontent.com/7143583/28991088-f617b5e4-7940-11e7-92ca-ca14ba6b4d5d.gif) ## Hope reac-native-navbar add this function. thank you. [iOSpreferslargetitles](https://developer.apple.com/documentation/uikit/uinavigationbar/2908999-preferslargetitles)

http://prntscr.com/fx78u6 Error

bug

It works fine to not pass the `statusBar` property in, but if it's given, it must specify `hidden` to be `false`. This seems like a value to sensibly default and...

Hi I think it should be possible to style the Android status bar through your great navigation bar component. I don't understand why it is only possible to style the...

Hi i just want design a header/nav bar with profile image n user name and right side one button... but i m not able align the title to left.. and...

I integrated an option that would update the family font for the controls. So, leftButton / rightButton has a new property so called ‘fontFamily’ that expects a string as a...

I added my Navbar component like this: ` } />` The View container dont have paddings or margins and the status bar neither. ![screen shot 2016-06-06 at 5 29 30...

//index.ios.js ``` javascript renderScene (route, navigator) { let Component = route.component; let navBar = route.navigationBar; if (navBar) { navBar = React.cloneElement(navBar, { navigator, route, }); } return ( {navBar} );...

help wanted