Skip to content

Commit 146abe1

Browse files
committed
add comments for docs
1 parent b959098 commit 146abe1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Libraries/Components/TabBarIOS/TabBarIOS.ios.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ var TabBarIOS = React.createClass({
2525

2626
propTypes: {
2727
style: View.propTypes.style,
28+
/**
29+
* Color of the currently selected tab icon
30+
*/
2831
tintColor: React.PropTypes.string,
32+
/**
33+
* Background color of the tab bar
34+
*/
2935
barTintColor: React.PropTypes.string
3036
},
3137

0 commit comments

Comments
 (0)