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 e9933c3 commit ba5b3f8Copy full SHA for ba5b3f8
README.md
@@ -440,7 +440,7 @@ setTimeout(DialogAndroid.dismiss, 5000);
440

441
442
```js
443
-const { selectedItem } = await DialogAndroid.alert('Title', null, {
+const { selectedItem } = await DialogAndroid.showPicker('Pick a fruit', null, {
444
items: [
445
{ label:'Apple', id:'apple' },
446
{ label:'Orange', id:'orange' },
0 commit comments