Skip to content

Commit

Permalink
chore: add react-native command
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed Oct 18, 2023
1 parent 4d621f3 commit 322c4af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"android": "expo run:android",
"android:device": "expo run:android --device",
"ios": "expo run:ios",
"ios:device": "expo run:ios --device"
"ios:device": "expo run:ios --device",
"native-bundle": "react-native start"
},
"private": true,
"devDependencies": {
Expand Down

0 comments on commit 322c4af

Please sign in to comment.