mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
update tests
This commit is contained in:
parent
605da7672c
commit
d25f6d0f41
@ -146,6 +146,11 @@ const tabNavigatorConfig: TabNavigatorConfig = {
|
||||
tabBarOptions: { activeBackgroundColor: "blue" },
|
||||
};
|
||||
|
||||
const tabNavigatorConfigWithInitialLayout: TabNavigatorConfig = {
|
||||
...tabNavigatorConfig,
|
||||
initialLayout: { height: 0, width: 100 },
|
||||
};
|
||||
|
||||
const BasicTabNavigator = TabNavigator(
|
||||
routeConfigMap,
|
||||
tabNavigatorConfig,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user