Skip to content

Commit 15b08f4

Browse files
committed
chore: add android / ios scripts to run the RN app
1 parent 639361b commit 15b08f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/RNApp/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6+
"android": "react-native run-android",
7+
"ios": "react-native run-ios",
68
"build:android": "react-native build-android",
79
"build:ios": "react-native build-ios",
810
"lint": "eslint .",

0 commit comments

Comments
 (0)