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

Releases: react-navigation/drawer

Release 2.0.1

31 Aug 09:57
Compare
Choose a tag to compare

2.0.1 (2019-08-31)

Bug Fixes

  • fix path to typescript definitions (e1dc1bb)
  • rename contentContainerStyle to sceneContainerStyle (f999137)

Release 2.0.0

25 Jun 15:32
Compare
Choose a tag to compare

2.0.0 (2019-06-25)

This is a rewrite using react-native-gesture-handler and react-native-reanimated

Upgrade instructions

If you are not using Expo, you can skip these steps. Otherwise proceed to the following steps:

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 if you're using the drawerProgress value, you'll need to migrate your code to use Reanimated

Release 2.0.0-alpha.3

12 Jun 20:20
Compare
Choose a tag to compare
Release 2.0.0-alpha.3 Pre-release
Pre-release

2.0.0-alpha.3 (2019-06-12)

Features

Release 2.0.0-alpha.2

14 May 14:52
Compare
Choose a tag to compare
Release 2.0.0-alpha.2 Pre-release
Pre-release

2.0.0-alpha.2 (2019-05-14)

Bug Fixes

  • reset this.gestureX on manual setting (758b726)
  • rewrite tap callbacks to native calls (741c12a)
  • tweak spring config for animation (bdc1df4)

Release 2.0.0-alpha.1

13 May 16:50
Compare
Choose a tag to compare
Release 2.0.0-alpha.1 Pre-release
Pre-release

2.0.0-alpha.1 (2019-05-13)

Bug Fixes

  • get rid of random red screen on iOS on opening drawer (#68) (fa8017e)
  • immediate closing drawer of fully opened (db93ab4)
  • spring was not triggered sometimes on tap (#67) (6bd22fe)

Release 2.0.0-alpha.0

10 May 11:29
Compare
Choose a tag to compare
Release 2.0.0-alpha.0 Pre-release
Pre-release

2.0.0-alpha.0 (2019-05-10)

This is a rewrite using react-native-gesture-handler and react-native-reanimated

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 if you're using the drawerProgress value, you'll need to migrate your code to use Reanimated