Skip to content

Commit 49c9723

Browse files
committed
Adding iPad script
1 parent dcfb7f2 commit 49c9723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"start": "watchman watch-del-all && export DEV_MODE=true && react-native start",
1818
"start-ios": "node ./scripts/cliStuff.js",
1919
"ios": "react-native run-ios",
20+
"iPad": "react-native run-ios --simulator='iPad Pro (9.7 inch)'",
2021
"android": "react-native run-android",
2122
"pretest": "npm run lint",
2223
"test": "jest",

0 commit comments

Comments
 (0)