import React from "react";
import { StyleSheet } from "react-native";

export const Style = StyleSheet.create({
    stackScreen: {
        position: "absolute",
        zIndex: 5,
        height: "100%",
        width: "100%"
    }
})