aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-07-02 14:58:45 -0400
committerGitHub <noreply@github.com>2021-07-02 14:58:45 -0400
commit6d3c097c64f6361e1f837709ee6a736cf95aca06 (patch)
tree457e3bd05124fe71b9ce8f7e2697a74e07d00b8c /src
parentfa9c527f85d23a38b45c7efc41ec4590597fa7a1 (diff)
parent3113ae249b229b37760501453ef2334d6b145df7 (diff)
Merge pull request #487 from IvanIFChen/hotfix-dup-screen
[HOTFIX] Remove Dup Screen
Diffstat (limited to 'src')
-rw-r--r--src/routes/main/MainStackScreen.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx
index 43760b60..65a695f5 100644
--- a/src/routes/main/MainStackScreen.tsx
+++ b/src/routes/main/MainStackScreen.tsx
@@ -344,13 +344,6 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => {
gestureEnabled: false,
}}
/>
- <MainStack.Screen
- name="CameraScreen"
- component={CameraScreen}
- options={{
- gestureEnabled: false,
- }}
- />
</MainStack.Navigator>
);
};