SafeAreaView
Deprecated. Prefer
react-native-safe-area-context(bindings:@rescript-react-native/safe-area-context). The official template already uses this package.
Legacy component (still in bindings, marked @deprecated):
<SafeAreaView style={Style.s({flex: 1.})}>
<Text> {"Hello"->React.string} </Text>
</SafeAreaView>