From 1183914f008306c2728e50e017a8d6ecceaf0150 Mon Sep 17 00:00:00 2001 From: Malachi Gruenhagen <68450431+nurse-the-code@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:04:26 -0400 Subject: [PATCH 1/3] Update fast-refresh.md Added instructions on how to access developer menu on iOS or iOS simulator. --- docs/fast-refresh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fast-refresh.md b/docs/fast-refresh.md index 8434bfc53d9..94fb68fbd33 100644 --- a/docs/fast-refresh.md +++ b/docs/fast-refresh.md @@ -3,7 +3,7 @@ id: fast-refresh title: Fast Refresh --- -Fast Refresh is a React Native feature that allows you to get near-instant feedback for changes in your React components. Fast Refresh is enabled by default, and you can toggle "Enable Fast Refresh" in the React Native developer menu. With Fast Refresh enabled, most edits should be visible within a second or two. +Fast Refresh is a React Native feature that allows you to get near-instant feedback for changes in your React components. Fast Refresh is enabled by default, and you can toggle "Enable Fast Refresh" in the React Native developer menu (on iOS this can be accessed by shaking the device or typing `⌘-D` in the simulator). With Fast Refresh enabled, most edits should be visible within a second or two. ## How It Works From c992071757e114eb279e65788efb7a9831e37634 Mon Sep 17 00:00:00 2001 From: Malachi Gruenhagen <68450431+nurse-the-code@users.noreply.github.com> Date: Wed, 13 Jul 2022 15:25:26 -0400 Subject: [PATCH 2/3] Update fast-refresh.md Instead linking to react native article on how to access in-app developer menu --- docs/fast-refresh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fast-refresh.md b/docs/fast-refresh.md index 94fb68fbd33..18a14738033 100644 --- a/docs/fast-refresh.md +++ b/docs/fast-refresh.md @@ -3,7 +3,7 @@ id: fast-refresh title: Fast Refresh --- -Fast Refresh is a React Native feature that allows you to get near-instant feedback for changes in your React components. Fast Refresh is enabled by default, and you can toggle "Enable Fast Refresh" in the React Native developer menu (on iOS this can be accessed by shaking the device or typing `⌘-D` in the simulator). With Fast Refresh enabled, most edits should be visible within a second or two. +Fast Refresh is a React Native feature that allows you to get near-instant feedback for changes in your React components. Fast Refresh is enabled by default, and you can toggle "Enable Fast Refresh" in the [React Native developer menu](https://reactnative.dev/docs/debugging#accessing-the-in-app-developer-menu). With Fast Refresh enabled, most edits should be visible within a second or two. ## How It Works From 5e6575424d9c4f7f3004b7152e7538d5eb742b32 Mon Sep 17 00:00:00 2001 From: Malachi Gruenhagen <68450431+nurse-the-code@users.noreply.github.com> Date: Fri, 15 Jul 2022 14:28:57 -0400 Subject: [PATCH 3/3] Update docs/fast-refresh.md Co-authored-by: Bartosz Kaszubowski --- docs/fast-refresh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fast-refresh.md b/docs/fast-refresh.md index 18a14738033..a713c1fa8bd 100644 --- a/docs/fast-refresh.md +++ b/docs/fast-refresh.md @@ -3,7 +3,7 @@ id: fast-refresh title: Fast Refresh --- -Fast Refresh is a React Native feature that allows you to get near-instant feedback for changes in your React components. Fast Refresh is enabled by default, and you can toggle "Enable Fast Refresh" in the [React Native developer menu](https://reactnative.dev/docs/debugging#accessing-the-in-app-developer-menu). With Fast Refresh enabled, most edits should be visible within a second or two. +Fast Refresh is a React Native feature that allows you to get near-instant feedback for changes in your React components. Fast Refresh is enabled by default, and you can toggle "Enable Fast Refresh" in the [React Native developer menu](/docs/debugging#accessing-the-in-app-developer-menu). With Fast Refresh enabled, most edits should be visible within a second or two. ## How It Works