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

I am getting Undefined 'NavigationBar' while set customizeStatusBar by passing statusBar prop after commit ed5a17262f24dee1dbe9801b0b2318d7ac66633a

waiting for feedback

I downloaded a demo.(http://startreact.com/themes/native-starter/) After that. Run the App, I got an error: ``` SyntaxError: /xxxxx/node_modules/react-native-navbar/index.js: Unexpected token (98:19) ``` How to fix this? The Version of Packgers are: ```...

help wanted

Setting tintColor in the statusBar prop was not settting the background color of the statusbar

## Issue When ViewControllerBasedStatusBarAppearance key in the Info.plist is set to YES, any attempt to setStyle or setHidden on StatusBarIOS will cause an exception be thrown. It may be reasonable...