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.

5 lines (3 loc) 133 B
import { Appearance } from "react-native"; export const theme = (Appearance.getColorScheme() as "light" | "dark") || "light";