ui icon indicating copy to clipboard operation
ui copied to clipboard

NavigationBar inline style positioning is broken with orientation change

Open chenchen119 opened this issue 7 years ago • 2 comments

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):

simulator screen shot may 7 2017 1 37 53 am simulator screen shot may 7 2017 1 38 04 am simulator screen shot may 7 2017 1 37 30 am simulator screen shot may 7 2017 1 38 30 am

chenchen119 avatar May 07 '17 05:05 chenchen119

+1 any update on this?

yehudahkay avatar Feb 15 '18 11:02 yehudahkay

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>

yehudahkay avatar Feb 15 '18 12:02 yehudahkay