Skip to content

Commit 6ffb66d

Browse files
committed
Add dropdownIconColor prop
1 parent 76b24b5 commit 6ffb66d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ReactNativePicker.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ external make:
1111
~selectedValue: 'a=?,
1212
~enabled: bool=?,
1313
// Android only
14+
~dropdownIconColor: string=?,
1415
~mode: [ | `dialog | `dropdown]=?,
1516
~prompt: string=?,
1617
// iOS only

0 commit comments

Comments
 (0)