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:
Evan Cloutier
2019-08-05 13:06:01 -07:00
committed by Nathan Shively-Sanders
parent 3296440dcd
commit e9a9734281
+1
View File
@@ -972,6 +972,7 @@ export interface TabViewConfig {
activeBackgroundColor?: string;
inactiveTintColor?: string;
inactiveBackgroundColor?: string;
keyboardHidesTabBar?: boolean;
showLabel?: boolean;
style?: StyleProp<ViewStyle>;
labelStyle?: StyleProp<TextStyle>;