Skip to content

Commit

Permalink
chore: script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanFnz committed Dec 26, 2024
1 parent 23e37e9 commit b2a78a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"ios": "react-native run-ios --simulator='iPhone 15 Pro'",
"lint": "eslint .",
"start": "react-native start",
"rn": "react-native start --reset-cache",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit b2a78a8

Please sign in to comment.