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

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