mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-05 09:19:17 +08:00
add run redux example script in package.json (#1634)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user