From 80908d8135ee6579a61550ee535b99f6b52a68fc Mon Sep 17 00:00:00 2001 From: allen-spicer-scoot <129095852+allen-spicer-scoot@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:47:03 -0400 Subject: [PATCH 1/2] Update quick-start-react-native.md Capturing Homebrew install for this issue which seems to be common: https://github.com/infinitered/reactotron/issues/1140 --- docs/quick-start-react-native.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/quick-start-react-native.md b/docs/quick-start-react-native.md index 34f7d1e0d..8ac5e5a1b 100644 --- a/docs/quick-start-react-native.md +++ b/docs/quick-start-react-native.md @@ -2,12 +2,14 @@ ## Installing Reactotron.app -Let’s [download the desktop app](./installing.md) to start. You can download for Linux, Windows, and Mac. +Let’s [download the desktop app](./installing.md) to start. You can download for Linux, Windows, and Mac. Unzip & run. ![Installing The App](./images/quick-start-react-js/installing.jpg) +If you run into an [issue](https://github.com/infinitered/reactotron/issues/1140) opening the application on Mac you can install with Homebrew instead. + ## Configure Reactotron with your project Let's install Reactotron on your project as a dev dependency. Don't have a React Native project yet? [Follow the Getting Started guide in the React Native documentation](https://facebook.github.io/react-native/docs/getting-started.html). From f442069a8a4648eb46b0e230c89af9254cb0a9dc Mon Sep 17 00:00:00 2001 From: allen-spicer-scoot <129095852+allen-spicer-scoot@users.noreply.github.com> Date: Wed, 18 Oct 2023 17:50:18 +0000 Subject: [PATCH 2/2] removed space --- docs/quick-start-react-native.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick-start-react-native.md b/docs/quick-start-react-native.md index 8ac5e5a1b..e28994199 100644 --- a/docs/quick-start-react-native.md +++ b/docs/quick-start-react-native.md @@ -2,7 +2,7 @@ ## Installing Reactotron.app -Let’s [download the desktop app](./installing.md) to start. You can download for Linux, Windows, and Mac. +Let’s [download the desktop app](./installing.md) to start. You can download for Linux, Windows, and Mac. Unzip & run.