From f1dda7022b922bca9ff378cc48cac0fa5a497215 Mon Sep 17 00:00:00 2001 From: Mo Gorhom Date: Mon, 7 Dec 2020 23:12:46 +0100 Subject: [PATCH] chore: remove debugger view --- src/components/bottomSheet/BottomSheet.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/bottomSheet/BottomSheet.tsx b/src/components/bottomSheet/BottomSheet.tsx index 7082a0dda..5a7f3f1b6 100644 --- a/src/components/bottomSheet/BottomSheet.tsx +++ b/src/components/bottomSheet/BottomSheet.tsx @@ -20,7 +20,6 @@ import Animated, { cond, neq, and, - // concat, Extrapolate, set, sub, @@ -31,14 +30,13 @@ import { State, TapGestureHandler } from 'react-native-gesture-handler'; import { usePanGestureHandler, useTapGestureHandler, - // ReText, } from 'react-native-redash'; import BottomSheetDraggableView from '../bottomSheetDraggableView'; import BottomSheetContentWrapper from '../bottomSheetContentWrapper'; import BottomSheetContainer from '../bottomSheetContainer'; import BottomSheetHandleContainer from '../bottomSheetHandleContainer'; import BottomSheetBackgroundContainer from '../bottomSheetBackgroundContainer'; -import BottomSheetDebugView from '../bottomSheetDebugView'; +// import BottomSheetDebugView from '../bottomSheetDebugView'; import { useTransition } from './useTransition'; import { useStableCallback, @@ -555,12 +553,12 @@ const BottomSheetComponent = forwardRef( )} - + /> */} ); //#endregion