Skip to content

Commit f37eaa3

Browse files
committed
add tintColor
1 parent 19178de commit f37eaa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Switch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Switch.propTypes = {
3434
onValueChange:PropTypes.func,
3535
onTintColor:PropTypes.string,
3636
thumbTintColor:PropTypes.string,
37+
tintColor:PropTypes.string,
3738
...ViewPropTypes,
3839
}
3940
export default Switch;

0 commit comments

Comments
 (0)