Skip to content

Commit

Permalink
Fix picker issue when long press (#795)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna authored Oct 4, 2023
1 parent 003c56c commit 857b490
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const PickerInputContainer: React.FC<
style={StyleSheet.absoluteFillObject}
disabled={disabled}
onPress={onPress}
onLongPress={onPress}
/>
{children}
</View>
Expand Down

0 comments on commit 857b490

Please sign in to comment.