Skip to content

Commit

Permalink
chore: remove debugger view
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Dec 7, 2020
1 parent 860ef59 commit f1dda70
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/components/bottomSheet/BottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import Animated, {
cond,
neq,
and,
// concat,
Extrapolate,
set,
sub,
Expand All @@ -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,
Expand Down Expand Up @@ -555,12 +553,12 @@ const BottomSheetComponent = forwardRef<BottomSheet, BottomSheetProps>(
<Animated.Code exec={set(_providedAnimatedIndex, animatedIndex)} />
)}

<BottomSheetDebugView
{/* <BottomSheetDebugView
values={{
position,
manualSnapToPoint,
}}
/>
/> */}
</BottomSheetContainer>
);
//#endregion
Expand Down

0 comments on commit f1dda70

Please sign in to comment.