diff --git a/docs/fast-refresh.md b/docs/fast-refresh.md index 8434bfc53d9..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. 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