Merge branch 'toggle-develop' into 'master'

Adds npm script for toggling the develop panel instead of shaking the device

See merge request bloodyhealth/drip!135
This commit is contained in:
Julia Friesel
2018-12-12 07:20:12 +00:00
+2 -1
View File
@@ -12,7 +12,8 @@
"log": "react-native log-android",
"test": "mocha --recursive --require @babel/register test && npm run lint",
"test-watch": "mocha --recursive --require @babel/register --watch test",
"lint": "eslint components lib test"
"lint": "eslint components lib test",
"devtool": "adb shell input keyevent 82"
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "^1.0.0",