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 e4716fd commit 7e3755bCopy full SHA for 7e3755b
packages/core/src/Picker/index.tsx
@@ -197,7 +197,7 @@ const Picker = (props: PickerProps) => {
197
onPressOut={Platform.OS === 'android' ? onTouchEnd : undefined}
198
onPress={() => {
199
if (readonly) return;
200
- if (timer.current) return;
+ // if (timer.current) return;
201
clearTimeout(onPressTimer.current!);
202
onPressORonScroll.current = 'onPress';
203
location(ItemHeights![index], index);
0 commit comments