Skip to content

Commit

Permalink
Add placeholderStyle to propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirano55 authored Jun 30, 2020
1 parent e56ab43 commit 31c8e5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ DropDownPicker.propTypes = {
containerStyle: PropTypes.object,
itemStyle: PropTypes.object,
labelStyle: PropTypes.object,
placeholderStyle: PropTypes.object,
activeItemStyle: PropTypes.object,
activeLabelStyle: PropTypes.object,
showArrow: PropTypes.bool,
Expand Down Expand Up @@ -458,4 +459,4 @@ const styles = StyleSheet.create({
}
});

export default DropDownPicker;
export default DropDownPicker;

0 comments on commit 31c8e5e

Please sign in to comment.