File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-material-dropdown" ,
3- "version" : " 0.11.0 " ,
3+ "version" : " 0.11.1 " ,
44 "license" : " BSD-3-Clause" ,
55 "author" :
" Alexander Nazarov <[email protected] >" ,
66
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ export default class Dropdown extends PureComponent {
109109
110110 dropdownPosition : PropTypes . number ,
111111
112+ rippleColor : PropTypes . string ,
112113 rippleCentered : PropTypes . bool ,
113114 rippleSequential : PropTypes . bool ,
114115
@@ -524,6 +525,7 @@ export default class Dropdown extends PureComponent {
524525 renderRipple ( ) {
525526 let {
526527 baseColor,
528+ rippleColor = baseColor ,
527529 rippleOpacity,
528530 rippleDuration,
529531 rippleCentered,
@@ -541,7 +543,7 @@ export default class Dropdown extends PureComponent {
541543 return (
542544 < Ripple
543545 style = { style }
544- rippleColor = { baseColor }
546+ rippleColor = { rippleColor }
545547 rippleDuration = { rippleDuration }
546548 rippleOpacity = { rippleOpacity }
547549 rippleCentered = { rippleCentered }
You can’t perform that action at this time.
0 commit comments