import { SafeAreaView as RNSafeAreaView } from 'react-native'; import { styled } from '@gluestack-style/react'; const StyledRoot = styled(RNSafeAreaView); export const SafeAreaView = StyledRoot;