diff --git a/src/content/learn/react-developer-tools.md b/src/content/learn/react-developer-tools.md index 02141c812..3314056c3 100644 --- a/src/content/learn/react-developer-tools.md +++ b/src/content/learn/react-developer-tools.md @@ -52,6 +52,7 @@ react-devtools ![React डेवलपर टूल्स स्टैंडअलोन](/images/docs/react-devtools-standalone.png) +<<<<<<< HEAD ## मोबाइल (React Native) {/*mobile-react-native*/} React डेवलपर टूल का उपयोग [React Native](https://reactnative.dev/) के साथ बनी ऐप्स का निरीक्षण करने के लिए भी किया जा सकता है। @@ -59,11 +60,15 @@ React डेवलपर टूल्स का उपयोग करने क ```bash # Yarn yarn global add react-devtools +======= +## Mobile (React Native) {/*mobile-react-native*/} -# Npm -npm install -g react-devtools -``` +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. +>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04 + +[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging) +<<<<<<< HEAD इसके बाद टर्मिनल से डेवलपर टूल खोलें। ```bash react-devtools @@ -73,4 +78,7 @@ react-devtools > यदि डेवलपर टूल कुछ सेकंड के बाद कनेक्ट नहीं होते हैं, तो ऐप को रीलोड करने का प्रयास करेंं। -[React Native डीबग करने के बारे में और जानें।](https://reactnative.dev/docs/debugging) \ No newline at end of file +[React Native डीबग करने के बारे में और जानें।](https://reactnative.dev/docs/debugging) +======= +> For versions of React Native earlier than 0.76, please use the standalone build of React DevTools by following the [Safari and other browsers](#safari-and-other-browsers) guide above. +>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04