mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Add missing keyboardHidesTabBar declaration (#37356)
Adds a missing attribute definition according to what is defined in the tabs project here: https://github.com/react-navigation/tabs/blob/master/src/views/BottomTabBar.js#L24
This commit is contained in:
committed by
Nathan Shively-Sanders
parent
3296440dcd
commit
e9a9734281
Vendored
+1
@@ -972,6 +972,7 @@ export interface TabViewConfig {
|
||||
activeBackgroundColor?: string;
|
||||
inactiveTintColor?: string;
|
||||
inactiveBackgroundColor?: string;
|
||||
keyboardHidesTabBar?: boolean;
|
||||
showLabel?: boolean;
|
||||
style?: StyleProp<ViewStyle>;
|
||||
labelStyle?: StyleProp<TextStyle>;
|
||||
|
||||
Reference in New Issue
Block a user