aboutsummaryrefslogtreecommitdiff
path: root/src/routes/main/MainStackScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-01 17:12:30 -0400
committerIvan Chen <ivan@tagg.id>2021-07-01 17:12:30 -0400
commitdb52644a3145eac7ac9bb14f3f20f36e8d8654ec (patch)
tree28d32cb7e45f3297ebd668b7d09ef9c036309ac5 /src/routes/main/MainStackScreen.tsx
parent202c94b6a5f96db228965a64a33e444511eea1cf (diff)
parent66c974161b59f1e3570e2a4a42334fabc16c2129 (diff)
Merge branch 'master' into poc-video
# Conflicts: # Makefile # ios/Frontend/Info.plist # src/components/camera/GalleryIcon.tsx # src/components/camera/SaveButton.tsx # src/components/moments/Moment.tsx # src/screens/moments/CameraScreen.tsx # src/utils/camera.ts
Diffstat (limited to 'src/routes/main/MainStackScreen.tsx')
-rw-r--r--src/routes/main/MainStackScreen.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx
index 65a695f5..43760b60 100644
--- a/src/routes/main/MainStackScreen.tsx
+++ b/src/routes/main/MainStackScreen.tsx
@@ -344,6 +344,13 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => {
gestureEnabled: false,
}}
/>
+ <MainStack.Screen
+ name="CameraScreen"
+ component={CameraScreen}
+ options={{
+ gestureEnabled: false,
+ }}
+ />
</MainStack.Navigator>
);
};