From 01dbb86f3cc2d284183061cf77fd1d3820422f8c Mon Sep 17 00:00:00 2001 From: Pierre Tessier Date: Sun, 22 Dec 2024 20:52:22 -0500 Subject: [PATCH] cleanup build instructions --- src/react-native-app/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/react-native-app/README.md b/src/react-native-app/README.md index 261c9f6910..87bcc81bd8 100644 --- a/src/react-native-app/README.md +++ b/src/react-native-app/README.md @@ -22,9 +22,9 @@ app must be built and then run on a mobile simulator on your machine or a physical device. If this is your first time running a React Native app then in order to execute the steps under "Build on your host machine" you will need to setup your local environment for Android or iOS development or both following -[this guide](https://reactnative.dev/docs/set-up-your-environment). Alternatively for Android you can instead follow the steps -under "Build within a container" to leverage a container to build the app's apk -for you. +[this guide](https://reactnative.dev/docs/set-up-your-environment). +Alternatively for Android you can instead follow the steps under "Build within a +container" to leverage a container to build the app's apk for you. ### Build on your host machine