In version 0.50.1, the React Native team introduced a new API for easily dealing with the new iPhone X layout. This API is the SafeAreaView. With SafeAreaView, you can easily update your existing codebase to be integrated with the iPhone X without a lot of headache. Hereâs how you can use it: import { ... SafeAreaView } from 'react-native';class Main extends React.Component { render() { return ( <
{{#tags}}- {{label}}
{{/tags}}