UNPKG

@laffed/rn-ts-overmind-template

Version:

React Native Expo Template using Typescript and Overmind

5 lines (4 loc) 133 B
import {Context} from '@state'; export const setShowSplash = ({state}: Context, bool: boolean) => { state.app.showSplash = bool; }