# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.2.2](https://github.com/react-navigation/react-navigation-material-bottom-tabs/compare/react-navigation-material-bottom-tabs@2.2.1...react-navigation-material-bottom-tabs@2.2.2) (2020-02-26) **Note:** Version bump only for package react-navigation-material-bottom-tabs ## [2.2.1](https://github.com/react-navigation/react-navigation-material-bottom-tabs/compare/react-navigation-material-bottom-tabs@2.2.0...react-navigation-material-bottom-tabs@2.2.1) (2020-02-24) **Note:** Version bump only for package react-navigation-material-bottom-tabs # 2.2.0 (2020-02-24) ### Bug Fixes * add option to hide the tab bar per screen ([#20](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/20)) ([a28a72e](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/a28a72ed0dd0716244c0aafe94ec360083a1109c)) * add tabBarColor prop to typedefs ([#58](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/58)) ([27d195e](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/27d195e304a48861f515d015c6547eece4ee8305)) * avoid tab bar flash on keyboard shown ([2f0c14b](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/2f0c14b40eebe3cf852601b9a87e1c6d14f9b626)), closes [#43](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/43) * disable no-unused-disable for lint to pass on CI, required for local machine ([b415acb](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/b415acbb31132751141765fba0cff7146b4bf096)) * don't use paper's babel plugin ([c34863a](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/c34863ac9e870086e7b6033e1055a79abd511b62)) * fix applying barStyle ([5b7de5c](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/5b7de5ccc39fbb2ff470833af28eca07e31e609f)) * fix path for declaration file ([7231584](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/72315843029d0489db63eb10d6b22db3ef4b13ec)) * fix typescript definitions ([#54](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/54)) ([d980263](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/d98026325d4e0a72e1ab57ccde702d342bfaa55d)) * fix typo in filename ([#52](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/52)) ([aeda104](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/aeda1042c8a632de0d2eabcdcbf922ae2c4239c2)) * maintain backward compat for activeTintColor and inactiveTintColor ([ea95fa6](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/ea95fa69e1e720f33c644b9eb3b3639ac72c2615)) * remove incorrect types ([d2c8bac](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/d2c8bac7a4e7fb7599f3bb83b6dae00eddc51c70)) * reuse types from react-native-paper ([d253f93](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/d253f931c2207696adbb93e80baeada5894154c4)) * set proper type for screenProps in ScreenComponent ([4a8e7e3](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/4a8e7e3ae6436c1dda0d7f0bc9f31f3b31320d4d)) * update react-native-paper ([e4a579f](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/e4a579f518a44af0aa66dc9cf7b75c72ecf62d2c)) * update react-native-paper. fixes [#4](https://github.com/react-navigation/react-navigation-material-bottom-tabs/issues/4) ([c1fbf0a](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/c1fbf0a161852624a5fcc3ab1c75d422f2c94bba)) ### Code Refactoring * upgrade ([edc6865](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/edc6865df0042b599d8d2b5c6dd8a323791567da)) ### Features * export types for ScreenProps amd ScreenComponent ([cdc3537](https://github.com/react-navigation/react-navigation-material-bottom-tabs/commit/cdc353704528e569b2eb119aa8817363597256ea)) ### BREAKING CHANGES * change activeTintColor -> activeColor