diff options
Diffstat (limited to 'src/routes/types.ts')
-rw-r--r-- | src/routes/types.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/routes/types.ts b/src/routes/types.ts index 668dc2e2f..88148fd4d 100644 --- a/src/routes/types.ts +++ b/src/routes/types.ts @@ -6,6 +6,8 @@ import type {BottomTabScreenProps} from '@react-navigation/bottom-tabs' export type RootStackParamList = { Primary: undefined Profile: {name: string} + Login: undefined + Signup: undefined NotFound: undefined } export type RootStackScreenProps<T extends keyof RootStackParamList> = |