This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
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