import { View } from 'react-native'; import { withSafeArea } from 'react-native-safe-area'; const SafeAreaView = withSafeArea(View);