Skip to content

Commit 485d1ad

Browse files
Merge branch 'feature/SampleAppUpdated' of https://github.com/Instabug/Instabug-React-Native into feature/SampleAppUpdated
2 parents af48941 + 77497d2 commit 485d1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InstabugSample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.1",
44
"private": true,
55
"scripts": {
6-
"android": "react-native run-android",
7-
"ios": "react-native run-ios",
6+
"android": "npx react-native run-android",
7+
"ios": "npx react-native run-ios",
88
"start": "react-native start",
99
"test": "jest __tests__",
1010
"lint": "eslint ."

0 commit comments

Comments
 (0)