We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfb7f2 commit 49c9723Copy full SHA for 49c9723
package.json
@@ -17,6 +17,7 @@
17
"start": "watchman watch-del-all && export DEV_MODE=true && react-native start",
18
"start-ios": "node ./scripts/cliStuff.js",
19
"ios": "react-native run-ios",
20
+ "iPad": "react-native run-ios --simulator='iPad Pro (9.7 inch)'",
21
"android": "react-native run-android",
22
"pretest": "npm run lint",
23
"test": "jest",
0 commit comments