Skip to content

Commit 36e4b27

Browse files
authored
Merge pull request #268 from menghany/patch-1
remove console.log
2 parents 04ba8d4 + fc9c94d commit 36e4b27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ export default forwardRef<ActionSheetRef, ActionSheetProps>(
276276
}
277277
const config = props.closeAnimationConfig;
278278
opacityAnimation(0);
279-
console.log(vy);
280279
const animation = Animated.spring(animations.translateY, {
281280
velocity: typeof vy !== 'number' ? 3.0 : vy + 1,
282281
toValue: dimensions.height * 1.3,

0 commit comments

Comments
 (0)