refacor(removed simulator flag)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-11-02 10:21:42 +01:00
parent bb74a6dc58
commit 47098f7167
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator \"iPhone 15\"",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",