Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Releases: react-navigation/tabs

Release 1.1.2

10 Apr 17:58
Compare
Choose a tag to compare

Bug Fixes

  • set keyboardHidesTabBar to false by default (8a36496)
  • upgrade react-native-tab-view (181f63e)

Release 1.1.1

10 Apr 10:36
Compare
Choose a tag to compare
v1.1.1

Release 1.1.1

Release 2.1.0

01 Apr 22:00
Compare
Choose a tag to compare

Features

  • add ability to render label beside the icon (#103) (0914a25)

Release 2.0.0

01 Apr 13:40
Compare
Choose a tag to compare

This upgrades react-native-tab-view to 2.0.3 (Release notes)

Upgrade instructions

Installation

Open a Terminal in the project root and run:

If you are using Expo, you are done. Otherwise, continue to the next step.

Install and link react-native-gesture-handler and react-native-reanimated according to their documentation.

Finish configuring react-native-gesture-handler following the instructions in this guide.

BREAKING CHANGES

  • Animated nodes are now from react-native-reanimated, which means custom tab bars need to be updated
  • Changed behaviour: activeTintColor and inactiveTintColor also controls opacity now
  • Removed props: animationsEnabled, optimizationsEnabled
  • Dropped support for React < 16.3, which means the minimum supported React Native version is 0.56

New features

  • Added prop: lazyPlaceholderComponent

Release 1.1.0

01 Apr 13:38
Compare
Choose a tag to compare

Bug Fixes

  • change opacity for hidden tabs only when not using rn-screens (#80) (542a5cc), closes #5382
  • fix hit slop for bottom tab bar (#110) (0067ad4)
  • tweak hitSlop on bottom tab bar buttons (e1c7bf6)

Features

  • add accessibility role and state to bottom bar (#90) (5d84d32)
  • hide tab bar when keyboard is shown (#112) (791ecf2), closes #16
  • lazy initialized MaterialTopTabNavigator routes (#9) (a4ea2bc)

Release 2.0.0-alpha.0

06 Mar 22:48
Compare
Choose a tag to compare
Release 2.0.0-alpha.0 Pre-release
Pre-release

This upgrades react-native-tab-view to 2.0.1 (Release notes)

Upgrade instructions

Installation

Open a Terminal in the project root and run:

If you are using Expo, you are done. Otherwise, continue to the next step.

Install and link react-native-gesture-handler and react-native-reanimated. To install and link them, run:

yarn add react-native-reanimated react-native-gesture-handler
react-native link react-native-reanimated
react-native link react-native-gesture-handler

Finish configuring react-native-gesture-handler following the instructions in this guide.

BREAKING CHANGES

  • Animated nodes are not from react-native-reanimated, which means custom tab bars need to be updated
  • Changed behaviour: activeTintColor and inactiveTintColor also controls opacity now
  • Removed props: animationsEnabled, optimizationsEnabled
  • Dropped support for React < 16.3, which means the minimum supported React Native version is 0.56

New features

  • Added prop: lazyPlaceholderComponent