This repository was archived by the owner on Feb 25, 2020. It is now read-only.
Release 2.0.0-alpha.0
Pre-release
Pre-release
·
45 commits
to master
since this 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:
yarn add react-navigation-drawer@2.0.0-alpha.0If 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-handlerFinish 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 thedrawerProgressvalue, you'll need to migrate your code to use Reanimated