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

This commit is contained in:
Sofiya Tepikin
2018-12-11 23:23:31 +01:00
parent accebcac9a
commit 041885da71
+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",