Skip to content

Commit f4a4445

Browse files
Merge remote-tracking branch 'origin/sync-3b02f828'
2 parents 7c00b89 + 4796512 commit f4a4445

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

src/content/learn/react-developer-tools.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,23 @@ react-devtools
5252

5353
![React డెవలపర్ టూల్స్ స్టాండ్ అలొనె](/images/docs/react-devtools-standalone.png)
5454

55+
<<<<<<< HEAD
5556
## మొబైల్ (React Native) {/*mobile-react-native*/}
5657
[React Native](https://reactnative.dev/) తో రూపొందించబడిన యాప్‌లను తనిఖీ చేయడానికి కూడా React డెవలపర్ టూల్స్ ను ఉపయోగించవచ్చు.
5758

5859
React డెవలపర్ టూల్స్ ను ఉపయోగించడానికి సులభమైన మార్గం దీన్ని గ్లోబల్గా ఇన్‌స్టాల్ చేయడం:
5960
```bash
6061
# Yarn
6162
yarn global add react-devtools
63+
=======
64+
## Mobile (React Native) {/*mobile-react-native*/}
6265

63-
# Npm
64-
npm install -g react-devtools
65-
```
66+
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.
67+
>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04
68+
69+
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
6670

71+
<<<<<<< HEAD
6772
తరువాత టెర్మినల్ నుండి డెవలపర్ టూల్స్ ను ఓపెన్ చేయండి.
6873
```bash
6974
react-devtools
@@ -74,3 +79,6 @@ react-devtools
7479
> డెవలపర్ టూల్స్ కొన్ని సెకన్ల తర్వాత కనెక్ట్ కాకపోతే యాప్‌ని రీలోడ్ చేయడానికి ప్రయత్నించండి.
7580

7681
[React Native డీబగ్గింగ్ గురించి మరింత తెలుసుకోండి.](https://reactnative.dev/docs/debugging)
82+
=======
83+
> 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.
84+
>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04

0 commit comments

Comments
 (0)