Skip to content

Commit 20ca2c5

Browse files
authored
NativePicker - remove panning (it was enabled by mistake in the Dialog migration) (#787)
1 parent e9b5881 commit 20ca2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/picker/NativePicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class NativePicker extends BaseComponent {
6363
<PickerDialog
6464
{...this.getThemeProps()}
6565
visible={showDialog}
66-
disablePan
66+
panDirection={null}
6767
onDismiss={this.onCancel}
6868
onValueChange={this.onValueChange}
6969
selectedValue={selectedValue}

0 commit comments

Comments
 (0)