Skip to content

Commit

Permalink
remove text in running on device (#2943)
Browse files Browse the repository at this point in the history
  • Loading branch information
luism3861 authored Jan 23, 2022
1 parent 9ee51e8 commit 59ce4d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions website/versioned_docs/version-0.67/running-on-device.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ Type the following in your command prompt to install and launch your app on the
$ npx react-native run-android
```

Select your project in the Xcode Project Navigator, then select your main target (it should share the same name as your project). Look for the "Signing & Capabilities" tab. Go to "Signing" and make sure your Apple developer account or team is selected under the Team dropdown. Do the same for the tests target (it ends with Tests, and is below your main target).

> Hint: You can also use the `React Native CLI` to generate and run a `Release` build (e.g. `npx react-native run-android --variant=release`).
<h2>Connecting to the development server</h2>
Expand Down

0 comments on commit 59ce4d7

Please sign in to comment.