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.

6 lines (3 loc) 111 B
import { StyleSheet } from "react-native"; const styles = StyleSheet.create({}); export default styles;