Skip to content

Commit 2333af0

Browse files
committed
NativePicker - remove panning (it was enabled by mistake in the Dialog migration) (#787)
(cherry picked from commit 20ca2c5)
1 parent 7a49059 commit 2333af0

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)