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 9202d8412..75406c5c6 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 2a7b4793c602643d6ef418ef79287e9acfe7d982 Mon Sep 17 00:00:00 2001 From: Arshad Kazmi Date: Mon, 30 Dec 2024 14:01:13 +0100 Subject: [PATCH 2/2] Fix conflicts --- 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 3cf7e6745..630730dd1 100644 --- a/src/content/learn/react-developer-tools.md +++ b/src/content/learn/react-developer-tools.md @@ -54,11 +54,7 @@ react-devtools ## मोबाइल (React Native) {/*mobile-react-native*/} -<<<<<<< HEAD -[React Native](https://reactnative.dev/) से बानी ऍप्स को इंस्पेक्ट करने के लिए, ऍप [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools) का इस्तेमाल कर सकते हैं, इसके साथ डिबग्गर पूरी तरह से 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](https://reactnative.dev/) से बानी ऍप्स को इंस्पेक्ट करने के लिए, आप [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools) का इस्तेमाल कर सकते हैं, इसके साथ डिबग्गर पूरी तरह से React Developer Tools के साथ इंटेग्रटे हो जाता है। सभी फीचर्स ब्राउज़र एक्सटेनव के जैसे ही होते है नेटिव एलिमेंट हाईलाइट करना और सेलेक्ट करना भी। [React Native में डिबगिंग के बारे में और जानें।](https://reactnative.dev/docs/debugging)