Skip to content

Commit 857b490

Browse files
authored
Fix picker issue when long press (#795)
1 parent 003c56c commit 857b490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/components/Picker/PickerInputContainer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ const PickerInputContainer: React.FC<
8181
style={StyleSheet.absoluteFillObject}
8282
disabled={disabled}
8383
onPress={onPress}
84+
onLongPress={onPress}
8485
/>
8586
{children}
8687
</View>

0 commit comments

Comments
 (0)