ui icon indicating copy to clipboard operation
ui copied to clipboard

iPhone X support

Open animaonline opened this issue 8 years ago • 2 comments

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

animaonline avatar Feb 23 '18 13:02 animaonline

Up ! Any way to handle the safe areas ?

karimmorta avatar May 29 '19 09:05 karimmorta

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>

karimmorta avatar May 29 '19 15:05 karimmorta