Skip to content

Commit

Permalink
Merge pull request #41 from yhirano55/patch-2
Browse files Browse the repository at this point in the history
Add placeholderStyle to propTypes
  • Loading branch information
hossein-zare authored Jun 30, 2020
2 parents e56ab43 + 31c8e5e commit faa1ad9
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 faa1ad9

Please sign in to comment.