UNPKG

@emcsistemas/native-ui

Version:
7 lines 285 B
import { SafeAreaView } from "react-native"; import { styles } from "../../styles/styles.factory"; const EMCSafeArea = ({ children }) => { return <SafeAreaView style={styles.safeArea}>{children}</SafeAreaView>; }; export default EMCSafeArea; //# sourceMappingURL=EMCSafeArea.js.map