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 2c49050 commit be56672Copy full SHA for be56672
packages/core/src/DragDrawer/index.tsx
@@ -60,7 +60,7 @@ function DragDrawer(props: DragDrawerProps) {
60
listener: () => {
61
let values = DEVICE_HEIGHT - 30 - gestureState.moveY;
62
setViewHeight(values);
63
- animatedViewHeight.setValue(values > 50 ? values : 50);
+ animatedViewHeight.setValue(values);
64
},
65
useNativeDriver: false,
66
}, // 可选的异步监听函数
0 commit comments