You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2020. It is now read-only.
* Whether the shifting style is used, the active tab appears wider and the inactive tabs won't have a label.
51
+
* By default, this is `true` when you have more than 3 tabs.
52
+
*/
53
+
shifting?: boolean;
54
+
/**
55
+
* Whether to show labels in tabs. When `false`, only icons will be displayed.
56
+
*/
57
+
labeled?: boolean;
58
+
/**
59
+
* Custom color for icon and label in the active tab.
60
+
*/
61
+
activeColor?: string;
62
+
activeColorLight?: string;
63
+
activeColorDark?: string;
64
+
/**
65
+
* Custom color for icon and label in the inactive tab.
66
+
*/
67
+
inactiveColor?: string;
68
+
inactiveColorLight?: string;
69
+
inactiveColorDark?: string;
70
+
/**
71
+
* Whether the bottom navigation bar is hidden when keyboard is shown.
72
+
* On Android, this works best when [`windowSoftInputMode`](https://developer.android.com/guide/topics/manifest/activity-element#wsoft) is set to `adjustResize`.
73
+
*/
74
+
keyboardHidesNavigationBar?: boolean;
75
+
/**
76
+
* Style for the bottom navigation bar.
77
+
* You can set a bottom padding here if you have a translucent navigation bar on Android:
0 commit comments