import { StyleSheet } from "react-native"; const stylesheet = StyleSheet.create({ container: { position: "absolute", display: "flex", zIndex: 99997, bottom: 0, right: 0, left: 0, top: 0 }, overlay: { position: "absolute", zIndex: 99998, bottom: 0, right: 0, left: 0, top: 0 }, overlayContent: { position: "absolute", zIndex: 99998, bottom: 0, right: 0, left: 0, top: 0 }, content: { display: "contents", zIndex: 99999 } }); export default stylesheet;