import {SafeAreaView} from 'react-native-safe-area-context';
<SafeAreaView
edges={['right', 'bottom', 'left']} //here top safe area won't applied
className=" flex-1">
<StatusBar
translucent
backgroundColor="transparent"
/>
..........
</SafeAreaView>