shoutem / ui

Customizable set of components for React Native applications
Other
4.89k stars 454 forks source link

iPhone X support #377

Open animaonline opened 6 years ago

animaonline commented 6 years ago

Are you planning to add iPhone X support, e.g. handling safe areas, and so on?

karimmorta commented 5 years ago

Up ! Any way to handle the safe areas ?

karimmorta commented 5 years ago

I managed to reach my desired outcome on the NavigationBar component like so :


<NavigationBar
   styleName="inline"
   style={
    {
     container: {
       backgroundColor: '#2c2c2c',
       height: 100
     },
     statusBar: {
       backgroundColor: '#2c2c2c'
      }
    }
  }
...
</NavigationBar>