mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
add run redux example script in package.json (#1634)
This commit is contained in:
parent
43640754cb
commit
e1da55e049
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user