mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
update tests
This commit is contained in:
@@ -146,6 +146,11 @@ const tabNavigatorConfig: TabNavigatorConfig = {
|
||||
tabBarOptions: { activeBackgroundColor: "blue" },
|
||||
};
|
||||
|
||||
const tabNavigatorConfigWithInitialLayout: TabNavigatorConfig = {
|
||||
...tabNavigatorConfig,
|
||||
initialLayout: { height: 0, width: 100 },
|
||||
};
|
||||
|
||||
const BasicTabNavigator = TabNavigator(
|
||||
routeConfigMap,
|
||||
tabNavigatorConfig,
|
||||
|
||||
Reference in New Issue
Block a user