Skip to content

Commit 70623cc

Browse files
Fixing document bugs
1 parent fa32f71 commit 70623cc

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

programming/react-native/foundational-user-guide.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -215,15 +215,7 @@ yarn android
215215
216216
3. Configure the *Provisioning* and *Signing* settings.
217217
218-
4. Run the app with the following command:
219-
220-
```bash
221-
# using npm
222-
npm run ios
223-
224-
# OR using Yarn
225-
yarn ios
226-
```
218+
4. Run the app via the Xcode workspace.
227219
228220
## Full Sample Code
229221

programming/react-native/user-guide.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,7 @@ yarn android
226226
227227
3. Configure the *Provisioning* and *Signing* settings.
228228
229-
4. Run the app with the following command:
230-
231-
```bash
232-
# using npm
233-
npm run ios
234-
235-
# OR using Yarn
236-
yarn ios
237-
```
229+
4. Run the app via the Xcode workspace.
238230
239231
## Full Sample Code
240232

0 commit comments

Comments
 (0)