import { StyleSheet } from "react-native"; export const loadingStyleSheet = StyleSheet.create({ loading: { flex: 1, alignContent: "center", justifyContent: "center" } });