add run redux example script in package.json (#1634)

This commit is contained in:
Abner 2017-11-02 04:57:36 -05:00 committed by Vojtech Novak
parent 43640754cb
commit e1da55e049

View File

@ -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",