This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
Release 2.0.0-alpha.0
Pre-release
Pre-release
satya164
released this
06 Mar 22:48
·
71 commits
to master
since this 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:
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