diff options
Diffstat (limited to 'src/routes/profile/ProfileStack.tsx')
-rw-r--r-- | src/routes/profile/ProfileStack.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/profile/ProfileStack.tsx b/src/routes/profile/ProfileStack.tsx index 9a39aa97..c1da67c1 100644 --- a/src/routes/profile/ProfileStack.tsx +++ b/src/routes/profile/ProfileStack.tsx @@ -6,6 +6,7 @@ export type ProfileStackParams = { socialMediaType: string; socialMediaHandle: string; }; + CaptionScreen: {title: string; image: object}; }; export const ProfileStack = createStackNavigator<ProfileStackParams>(); |