ui
ui copied to clipboard
iPhone X support
Are you planning to add iPhone X support, e.g. handling safe areas, and so on?
Up ! Any way to handle the safe areas ?
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>