mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Add missing type to BottomTabNavigatorConfig (#35163)
This type is missing on package [https://reactnavigation.org/docs/en/bottom-tab-navigator.html](https://reactnavigation.org/docs/en/bottom-tab-navigator.html)
This commit is contained in:
committed by
Jesse Trinity
parent
e6e2c8349d
commit
72db45653c
Vendored
+1
@@ -1002,6 +1002,7 @@ export interface BottomTabNavigatorConfig
|
||||
extends NavigationBottomTabRouterConfig,
|
||||
TabViewConfig {
|
||||
lazy?: boolean;
|
||||
resetOnBlur?: boolean;
|
||||
removeClippedSubviews?: boolean;
|
||||
initialLayout?: { height: number; width: number };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user