UNPKG

create-nova-expo-template

Version:

A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.

14 lines (11 loc) 259 B
import { StyleSheet } from "react-native"; const styles = StyleSheet.create({ loadingFullContainer: { alignItems: "center", height: "100%", justifyContent: "center", position: "absolute", width: "100%", }, }); export default styles;