This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
Releases: react-navigation/tabs
Releases · react-navigation/tabs
Release 1.1.2
Release 1.1.1
v1.1.1 Release 1.1.1
Release 2.1.0
Release 2.0.0
This upgrades react-native-tab-view to 2.0.3 (Release notes)
Upgrade instructions
Installation
Open a Terminal in the project root and run:
yarn add [email protected]
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
andinactiveTintColor
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
Release 2.0.0-alpha.0
This upgrades react-native-tab-view to 2.0.1 (Release notes)
Upgrade instructions
Installation
Open a Terminal in the project root and run:
yarn add [email protected]
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
andinactiveTintColor
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