From b1a249d597016c6584e4c186daa28b180cc9aafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rado=C5=A1=20Mili=C4=87ev?= <40705899+rammba@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:22:42 +0100 Subject: [PATCH 1/2] Fix React Native DevTools link (#7386) --- src/content/learn/react-developer-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/react-developer-tools.md b/src/content/learn/react-developer-tools.md index 9202d8412c..75406c5c62 100644 --- a/src/content/learn/react-developer-tools.md +++ b/src/content/learn/react-developer-tools.md @@ -54,7 +54,7 @@ Reload your website in the browser now to view it in developer tools. ## Mobile (React Native) {/*mobile-react-native*/} -To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools), the built-in debugger that deeply integrates React Developer Tools. All features work identically to the browser extension, including native element highlighting and selection. +To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/react-native-devtools), the built-in debugger that deeply integrates React Developer Tools. All features work identically to the browser extension, including native element highlighting and selection. [Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging) From e6367912ea5f5ab2377cac88b44de32cd7dd2dee Mon Sep 17 00:00:00 2001 From: QiChang Li Date: Wed, 25 Dec 2024 17:32:01 +0800 Subject: [PATCH 2/2] docs(cn): fix link error --- src/content/learn/react-developer-tools.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/content/learn/react-developer-tools.md b/src/content/learn/react-developer-tools.md index 25be3522da..5f80f069b0 100644 --- a/src/content/learn/react-developer-tools.md +++ b/src/content/learn/react-developer-tools.md @@ -56,11 +56,7 @@ react-devtools ## 移动端(React Native) {/*mobile-react-native*/} -<<<<<<< HEAD -你可以使用 [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools) 来检查 [React Native](https://reactnative.dev/) 应用程序,它的内置调试器与 React Developer Tools 进行了深度集成。所有功能与浏览器扩展的工作方式相同,包括本机元素突出显示和选择。 -======= -To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/react-native-devtools), the built-in debugger that deeply integrates React Developer Tools. All features work identically to the browser extension, including native element highlighting and selection. ->>>>>>> b1a249d597016c6584e4c186daa28b180cc9aafc +你可以使用 [React Native DevTools](https://reactnative.dev/docs/react-native-devtools) 来检查 [React Native](https://reactnative.dev/) 应用程序,它的内置调试器与 React Developer Tools 进行了深度集成。所有功能与浏览器扩展的工作方式相同,包括本机元素突出显示和选择。 [了解有关调试 React Native 的更多信息](https://reactnative.dev/docs/debugging)。