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 303554b commit dae8838Copy full SHA for dae8838
src/components/picker/new.tsx
@@ -43,6 +43,7 @@ const Picker = (props: PropsWithChildren<PickerProps> & ForwardRefInjectedProps
43
containerStyle,
44
testID,
45
onChange,
46
+ onPress,
47
onShow,
48
onSearchChange,
49
renderCustomModal,
@@ -204,6 +205,7 @@ const Picker = (props: PropsWithChildren<PickerProps> & ForwardRefInjectedProps
204
205
modalProps={modalProps}
206
expandableContent={expandableModalContent}
207
renderCustomOverlay={renderCustomModal ? _renderCustomModal : undefined}
208
+ onPress={onPress}
209
testID={testID}
210
{...customPickerProps}
211
disabled={editable === false}
0 commit comments