Skip to content

Commit

Permalink
fix: add missing TS definition for keyboardHidesTabBar in TabViewConf…
Browse files Browse the repository at this point in the history
…ig.tabBarOptions (#6054)
  • Loading branch information
diegocstn authored and brentvatne committed Jul 12, 2019
1 parent 5dbfc35 commit cb47a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fix `navigationOptions` type from `NavigationScreenProp<NavigationRoute>` to `NavigationScreenConfig<Options>`.
- Fix missing `isFirstRouteInParent` type in typescript and flow.
- Add missing `backTitleVisible` for typescript, `disabled` and `backTitleVisible` for flow definitions in type `HeaderBackButtonProps`
- Add missing `keyboardHidesTabBar` for TypeScript to `TabViewConfig.tabBarOptions`

## [3.11.0]

Expand Down
1 change: 1 addition & 0 deletions typescript/react-navigation.d.ts
Expand Up @@ -1082,6 +1082,7 @@ declare module 'react-navigation' {
scrollEnabled?: boolean;
tabStyle?: StyleProp<ViewStyle>;
indicatorStyle?: StyleProp<ViewStyle>;
keyboardHidesTabBar?: boolean;
};
swipeEnabled?: boolean;
animationEnabled?: boolean;
Expand Down

0 comments on commit cb47a55

Please sign in to comment.