UNPKG

@laffed/rn-ts-overmind-template

Version:

React Native Expo Template using Typescript and Overmind

8 lines (7 loc) 164 B
import {AppState} from "@types"; export const state: AppState = { showOnboarding: true, prevAppVersion: 0, showSplash: false, splashMessage: "Loading..." }