Releases: react-navigation/drawer
Release 2.0.1
Release 2.0.0
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 thedrawerProgress
value, you'll need to migrate your code to use Reanimated
Release 2.0.0-alpha.3
Release 2.0.0-alpha.2
2.0.0-alpha.2 (2019-05-14)
Bug Fixes
Release 2.0.0-alpha.1
Release 2.0.0-alpha.0
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:
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 if you're using thedrawerProgress
value, you'll need to migrate your code to use Reanimated