From e1da55e0496851c188e354af13f07dcc05057504 Mon Sep 17 00:00:00 2001 From: Abner Date: Thu, 2 Nov 2017 04:57:36 -0500 Subject: [PATCH] add run redux example script in package.json (#1634) --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 1fed5385..62174624 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,8 @@ "start": "npm run run-playground-ios", "run-playground-ios": "cd examples/NavigationPlayground && npm run ios", "run-playground-android": "cd examples/NavigationPlayground && npm run android", + "run-redux-android": "cd examples/ReduxExample && react-native run-android", + "run-redux-ios": "cd examples/ReduxExample && react-native run-ios", "test": "npm run lint && npm run flow-check && npm run jest", "codecov": "codecov", "jest": "jest",