diff --git a/package.json b/package.json index 1fed538..6217462 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",