UNPKG

@laffed/rn-ts-overmind-template

Version:

React Native Expo Template using Typescript and Overmind

15 lines (11 loc) 225 B
export type Navigation = { navigate: (scene: string) => void; }; export type AuthStackParams = { Onboarding: undefined; SignIn: undefined; SignUp: undefined; }; export type AppStackParams = { Home: undefined; };