Skip to content
Snippets Groups Projects
Commit 6592d742 authored by Joshua May's avatar Joshua May
Browse files

[ios] Added iOS startup script to package.json

parent 3c8f6888
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPhone 8 Plus\"",
"log": "react-native log-android",
"test": "mocha --recursive --require @babel/register test && npm run lint",
"test-watch": "mocha --recursive --require @babel/register --watch test",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment