import { StyleSheet } from "react-native";

const styles = StyleSheet.create({
  loadingFullContainer: {
    alignItems: "center",
    height: "100%",
    justifyContent: "center",
    position: "absolute",
    width: "100%",
  },
});

export default styles;
