@@ -1,2 +1,2 @@
-#Mon Feb 13 16:38:01 CST 2023
-VERSION_CODE=114
+#Mon Feb 13 17:14:09 CST 2023
+VERSION_CODE=116
@@ -2,7 +2,7 @@
"name": "JuicePlus",
"displayName": "ChargEco",
"versionCode": 110,
- "versionName": "V2.1.0",
+ "versionName": "V2.1.1",
"product": false,
- "debug": false
+ "debug": true
}
@@ -115,7 +115,7 @@ const CustomerDrawerContent = (props) => {
return (
<DrawerContentScrollView
{...props}
- canCancelContentTouches={false}>
+ canCancelContentTouches={true}>
<DrawerContent {...props}/>
</DrawerContentScrollView>
);