options | {Array} | (Required) Options for the dropdown. Specify the options for users to select from. |
placeholder | {String} | (Required) The text displayed when no option is selected. |
onChange | {function} | Subscribe to change events. |
inputUnderlayColor | {String} | Underlay color for the TouchableHighlight Input. Default is white |
optionContainerStyles | {Object} | Styles for the input. |
optionTextWrapperStyles | {Object} | Styles for Option List Wrapper |
optionsIconStyles | {Object} | Styles for the icons |
optionTextStyles | {Object} | Text styles for options |