79130117

Date: 2024-10-27 07:59:00
Score: 1
Natty:
Report link
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>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Isuru kavinda