From 041885da71faaa1958db97e20e71d667659c7ef1 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Tue, 11 Dec 2018 23:23:31 +0100 Subject: [PATCH] Adds npm script for toggling the develop panel instead of shaking the device --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e01b525..de10609 100644 --- a/package.json +++ b/package.json @@ -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",