import { Edge } from 'react-native-safe-area-context'; // SafeArea edges export const SafeAreaEdges = { top: ['top'] as Edge[], top_bottom: ['top', 'bottom'] as Edge[], bottom: ['bottom'] as Edge[], };