Skip to content

Commit 250cc15

Browse files
committed
disablePan for native picker dialog
1 parent 852f58e commit 250cc15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/picker/NativePicker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Picker extends BaseComponent {
5757
return (
5858
<PickerDialog
5959
{...this.getThemeProps()}
60+
disablePan
6061
onDismiss={this.onCancel}
6162
onValueChange={this.onValueChange}
6263
selectedValue={selectedValue}

0 commit comments

Comments
 (0)