From 2ef32809dfe1604b0e876597a98a413f3d68ac61 Mon Sep 17 00:00:00 2001 From: luism3861 Date: Sat, 22 Jan 2022 16:49:49 -0600 Subject: [PATCH] remove text in runniong on device --- website/versioned_docs/version-0.67/running-on-device.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/website/versioned_docs/version-0.67/running-on-device.md b/website/versioned_docs/version-0.67/running-on-device.md index 8df8a2beeec..185858ca1c3 100644 --- a/website/versioned_docs/version-0.67/running-on-device.md +++ b/website/versioned_docs/version-0.67/running-on-device.md @@ -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`).

Connecting to the development server