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

Release 2.0.0

Compare
Choose a tag to compare
@satya164 satya164 released this 01 Apr 13:40
· 64 commits to master since this release

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 react-navigation-tabs@2.0.0

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