Open
Description
Describe the feature request
Would be cool if the CSS env()
function can be used, because this would completely replace the need for a SafeAreaView
component on the Native side and at the same time this would even work in iOS Web.
Example:
{
paddingTop: 'env(safe-area-inset-top)',
paddingRight: 'env(safe-area-inset-right)',
paddingBottom: 'env(safe-area-inset-bottom)',
paddingLeft: 'env(safe-area-inset-left)',
}
Metadata
Assignees
Labels
No labels