aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-22 18:13:08 -0400
committerIvan Chen <ivan@tagg.id>2021-07-22 18:13:08 -0400
commit8181eacc003342fc6bff649b8d1bd793a88efee5 (patch)
tree9634355ea571cec476c24d712a69efd9a1419533 /src/routes
parent8100e6a9cff95227778158d2bdc870f32caa72d4 (diff)
Handle error case for displaying alert, Add logic to auto reload
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/main/MainStackNavigator.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/routes/main/MainStackNavigator.tsx b/src/routes/main/MainStackNavigator.tsx
index 585980b5..8def19e3 100644
--- a/src/routes/main/MainStackNavigator.tsx
+++ b/src/routes/main/MainStackNavigator.tsx
@@ -58,6 +58,7 @@ export type MainStackParams = {
media: {
uri: string;
isVideo: boolean;
+ videoDuration: number | undefined;
};
selectedTags?: MomentTagType[];
};