Skip to content

Commit

Permalink
set selectTextStyle propType to Text.propTypes.style (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaikoe authored and peacechen committed Sep 23, 2017
1 parent f30a589 commit b9bd846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const propTypes = {
animationType: Modal.propTypes.animationType,
style: ViewPropTypes.style,
selectStyle: ViewPropTypes.style,
selectTextStyle: ViewPropTypes.style,
selectTextStyle: Text.propTypes.style,
optionStyle: ViewPropTypes.style,
optionTextStyle: Text.propTypes.style,
optionContainerStyle: ViewPropTypes.style,
Expand Down

0 comments on commit b9bd846

Please sign in to comment.