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 76b24b5 commit 6ffb66dCopy full SHA for 6ffb66d
src/ReactNativePicker.re
@@ -11,6 +11,7 @@ external make:
11
~selectedValue: 'a=?,
12
~enabled: bool=?,
13
// Android only
14
+ ~dropdownIconColor: string=?,
15
~mode: [ | `dialog | `dropdown]=?,
16
~prompt: string=?,
17
// iOS only
0 commit comments