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.
1 parent 537b566 commit fc9c94dCopy full SHA for fc9c94d
src/index.tsx
@@ -273,7 +273,6 @@ export default forwardRef<ActionSheetRef, ActionSheetProps>(
273
}
274
const config = props.closeAnimationConfig;
275
opacityAnimation(0);
276
- console.log(vy);
277
const animation = Animated.spring(animations.translateY, {
278
velocity: typeof vy !== 'number' ? 3.0 : vy + 1,
279
toValue: dimensions.height * 1.3,
0 commit comments