diff options
author | Ivan Chen <ivan@tagg.id> | 2021-07-02 18:41:47 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-07-02 18:41:47 -0400 |
commit | b0d8c88ff56ce2eb1f43114d27420739f5ecfe80 (patch) | |
tree | 21b6976993ef365b420420ed91380eeb24f95205 /src | |
parent | 0d395be1bef9ecddbd15f796df621d4279e5e546 (diff) |
Removed deadcode
Diffstat (limited to 'src')
-rw-r--r-- | src/components/moments/Moment.tsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/components/moments/Moment.tsx b/src/components/moments/Moment.tsx index d0c31c98..73503c5e 100644 --- a/src/components/moments/Moment.tsx +++ b/src/components/moments/Moment.tsx @@ -41,17 +41,6 @@ const Moment: React.FC<MomentProps> = ({ }) => { const navigation = useNavigation(); - const navigateToCaptionScreenForVideo = (uri: string) => { - navigation.navigate('CaptionScreen', { - screenType, - title, - media: { - uri, - isVideo: true, - }, - }); - }; - const navigateToCameraScreen = () => { navigation.navigate('CameraScreen', { title, |