Skip to content

Commit 5d3c9fc

Browse files
committed
Fix React Native README startup wording
1 parent 3d9322e commit 5d3c9fc

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"request": "launch",
77
"type": "node",
88
"runtimeExecutable": "npm",
9-
"runtimeArgs": ["run", "ios:ipad", "--workspace=example/expo"],
9+
"runtimeArgs": ["run", "ios", "--workspace=example/expo"],
1010
"console": "integratedTerminal",
1111
"internalConsoleOptions": "neverOpen",
1212
"cwd": "${workspaceRoot}",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ try {
3838
## Node
3939

4040
You can install the npm package via `npm install @exceptionless/node --save`.
41-
Next, you just need to call startup during your apps startup to automatically
41+
Next, you just need to call startup during your app's startup to automatically
4242
capture unhandled errors.
4343

4444
```js

example/expo/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"start:ios": "expo start --dev-client --ios --localhost",
99
"start:web": "expo start --web",
1010
"ios": "REACT_NATIVE_PACKAGER_HOSTNAME=localhost expo run:ios",
11-
"ios:ipad": "REACT_NATIVE_PACKAGER_HOSTNAME=localhost expo run:ios --device \"iPad Air 11-inch (M3)\" --port 8082",
1211
"web": "expo export --platform web",
1312
"prebuild": "expo prebuild --clean --no-install",
1413
"android": "expo run:android"

0 commit comments

Comments
 (0)