We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee12571 commit f45c61dCopy full SHA for f45c61d
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 3.1.0 (November 2020)
2
+- Added orientation support
3
+- Drawer can now be closed by swipping it
4
+- Added example project
5
+
6
## 2.0.2 (October 2019)
7
- Fixed possuble undefined value when swipping.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-navigation-drawer-extension",
- "version": "3.0.0",
+ "version": "3.1.0",
"description": "Drawer API built on top of wix react-native-navigation for iOS and Android.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments