From 3aded6887d8b89bccd7c8aa31306f94336ee1123 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Fri, 16 Dec 2022 11:57:45 -0600 Subject: Add swipe gestures to the lightbox --- src/view/com/lightbox/Image.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/view/com/lightbox/Image.tsx') diff --git a/src/view/com/lightbox/Image.tsx b/src/view/com/lightbox/Image.tsx index 2e3307774..a620e949e 100644 --- a/src/view/com/lightbox/Image.tsx +++ b/src/view/com/lightbox/Image.tsx @@ -4,7 +4,6 @@ import {Image, StyleSheet, useWindowDimensions, View} from 'react-native' export function Component({uri}: {uri: string}) { const winDim = useWindowDimensions() const top = winDim.height / 2 - (winDim.width - 40) / 2 - 100 - console.log(uri) return ( -- cgit 1.4.1