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.
2 parents 0b98f00 + 25a5c3a commit 6867b3eCopy full SHA for 6867b3e
src/withPickerValues/PickerModal.js
@@ -30,7 +30,7 @@ class PickerModal extends PureComponent<PropsType> {
30
values.unshift({ value: '', label: placeholder });
31
} else {
32
// Fix for issue: https://github.com/facebook/react-native/issues/15556
33
- values.push({ value: '', label: '' });
+ values.unshift({ value: '', label: '' });
34
}
35
const picker = (
36
<Picker onValueChange={this.onValueChange} selectedValue={value} prompt={placeholder}>
0 commit comments