We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04ba8d4 + fc9c94d commit 36e4b27Copy full SHA for 36e4b27
src/index.tsx
@@ -276,7 +276,6 @@ export default forwardRef<ActionSheetRef, ActionSheetProps>(
276
}
277
const config = props.closeAnimationConfig;
278
opacityAnimation(0);
279
- console.log(vy);
280
const animation = Animated.spring(animations.translateY, {
281
velocity: typeof vy !== 'number' ? 3.0 : vy + 1,
282
toValue: dimensions.height * 1.3,
0 commit comments