Skip to content

Commit

Permalink
restore styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Aksonov authored and Pavlo Aksonov committed Jan 13, 2016
1 parent b5b9b2f commit b6188e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default class ExRouter extends React.Component {
<ExNavigator ref="nav" initialRouteStack={router.stack.map(route => new ExRouteAdapter(router.routes[route]))}
style={styles.transparent}
sceneStyle={{ paddingTop: 0 }}
renderNavigationBar={props=><ExNavigationBar {...props} router={router}/>}
renderNavigationBar={props=><ExNavigationBar navigationStyles={Navigator.NavigationBar.StylesIOS} {...props} router={router}/>}
{...this.props}
/>
{footer}
Expand Down

0 comments on commit b6188e8

Please sign in to comment.