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 (12 loc) 243 B
import { StyleSheet } from "react-native"; export default StyleSheet.create({ container: { flex: 1, justifyContent: "center", alignItems: "center", }, title: { fontSize: 24, fontWeight: "bold", }, });