ui
ui copied to clipboard
NavigationBar inline style positioning is broken with orientation change
After applying styleName="inline" to NavigationBar, left/right/center and contrainers are no longer positioned correctly after orientation changes. Screenshots attached (sorry for the big screenshots):
+1 any update on this?
Can this be put in the documentation at least? Thanks!
<Screen
style={{ paddingTop: 70 }}
>
<NavigationBar
centerComponent={<Title>My Title</Title>}
/>
<ListView
data={this.data()}
renderRow={this.rows}
/>
</Screen>