Skip to content

Commit

Permalink
Add selectTextStyle to propTypes/defaultProps, closes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaello committed Sep 12, 2017
1 parent 9850cab commit b55049f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const propTypes = {
animationType: Modal.propTypes.animationType,
style: ViewPropTypes.style,
selectStyle: ViewPropTypes.style,
selectTextStyle: ViewPropTypes.style,
optionStyle: ViewPropTypes.style,
optionTextStyle: Text.propTypes.style,
optionContainerStyle: ViewPropTypes.style,
Expand All @@ -47,6 +48,7 @@ const defaultProps = {
animationType: 'slide',
style: {},
selectStyle: {},
selectTextStyle: {},
optionStyle: {},
optionTextStyle: {},
optionContainerStyle: {},
Expand Down

1 comment on commit b55049f

@peacechen
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mikaello

Please sign in to comment.