File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ type rec options = {
30
30
tabBarBadgeStyle ?: Style .t ,
31
31
tabBarAccessibilityLabel ?: string ,
32
32
tabBarTestID ?: string ,
33
- tabBarButton : unit => React .element , // TODO: props
33
+ tabBarButton ? : unit => React .element , // TODO: props
34
34
tabBarColor ?: Color .t ,
35
35
tabBarActiveTintColor ?: string ,
36
36
tabBarInactiveTintColor ?: string ,
@@ -41,8 +41,8 @@ type rec options = {
41
41
tabBarStyle ?: Style .t ,
42
42
tabBarBackground ?: unit => React .element ,
43
43
\"lazy" ?: bool ,
44
- unmountOnBlur : bool ,
45
- freezeOnBlur : bool ,
44
+ unmountOnBlur ? : bool ,
45
+ freezeOnBlur ? : bool ,
46
46
header ?: headerParams => React .element ,
47
47
headerShown ?: bool ,
48
48
// Header props from https://reactnavigation.org/docs/elements#header
You can’t perform that action at this time.
0 commit comments