UNPKG

@wolf-tp/react-native-boilerplate

Version:

React Native Template

13 lines (11 loc) 259 B
export type AuthorizedParams = { //Authorized Home: undefined; }; export type UnAuthorParams = { //UnAuthorize Login: { pictureID?: string }; Intro: undefined; Home: undefined; }; export type AppScreensParams = UnAuthorParams & AuthorizedParams;