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.

9 lines (7 loc) 254 B
const IMPORTANT_VARS = { appName: "Nova", androidStoreLink: "https://play.google.com/store/apps/details?id=com.example", iosStoreLink: "https://apps.apple.com/us/app/nova/id1234567890", forceStoreUpdate: false, }; export default IMPORTANT_VARS;