We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd74958 commit 22db822Copy full SHA for 22db822
src/BottomTabs.res
@@ -30,7 +30,7 @@ type rec options = {
30
tabBarBadgeStyle?: Style.t,
31
tabBarAccessibilityLabel?: string,
32
tabBarTestID?: string,
33
- tabBarButton: unit => React.element, // TODO: props
+ tabBarButton?: unit => React.element, // TODO: props
34
tabBarColor?: Color.t,
35
tabBarActiveTintColor?: string,
36
tabBarInactiveTintColor?: string,
@@ -41,8 +41,8 @@ type rec options = {
41
tabBarStyle?: Style.t,
42
tabBarBackground?: unit => React.element,
43
\"lazy"?: bool,
44
- unmountOnBlur: bool,
45
- freezeOnBlur: bool,
+ unmountOnBlur?: bool,
+ freezeOnBlur?: bool,
46
header?: headerParams => React.element,
47
headerShown?: bool,
48
// Header props from https://reactnavigation.org/docs/elements#header
0 commit comments