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.

13 lines (11 loc) 246 B
import { StyleSheet } from "react-native"; const styles = StyleSheet.create({ container: { alignItems: "center", justifyContent: "center", borderRadius: 7, height: 14, width: 14, }, }); export default styles;