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.

8 lines (6 loc) 148 B
import { StyleSheet } from "react-native"; export default StyleSheet.create({ underlined: { textDecorationLine: "underline", }, });