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.

18 lines (16 loc) 276 B
import { StyleSheet } from "react-native"; export default StyleSheet.create({ container: { flex: 1, }, header: { height: 250, overflow: "hidden", }, content: { flex: 1, padding: 32, gap: 16, overflow: "hidden", }, });