File tree
Expand file treeCollapse file tree1 file changed
+15
-3
lines changed Expand file treeCollapse file tree1 file changed
+15
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -110,9 +110,21 @@ module Make = (M: {type params;}) => {
|
110 | 110 | (
|
111 | 111 | ~title: string=?,
|
112 | 112 | //TODO: dynamic, missing static option: React.ReactNode
|
113 |
| -~tabBarLabel: scene => React.element=?, |
114 |
| -//TODO: dynamic, missing static option: React.ReactNode |
115 |
| -~tabBarIcon: scene => React.element=?, |
| 113 | +~tabBarLabel: { |
| 114 | +. |
| 115 | +"focused": bool, |
| 116 | +"color": string, |
| 117 | +} => |
| 118 | +React.element |
| 119 | +=?, |
| 120 | +~tabBarIcon: { |
| 121 | +. |
| 122 | +"focused": bool, |
| 123 | +"color": string, |
| 124 | +"size": float, |
| 125 | +} => |
| 126 | +React.element |
| 127 | +=?, |
116 | 128 | ~tabBarAccessibilityLabel: string=?,
|
117 | 129 | ~tabBarTestID: string=?,
|
118 | 130 | ~tabBarVisible: bool=?,
|
|
You can’t perform that action at this time.
0 commit comments