Skip to content

Commit ed55c87

Browse files
merging all conflicts
2 parents df070e7 + 3b02f82 commit ed55c87

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 Developer Tools standalone](/images/docs/react-devtools-standalone.png)
5454

55+
<<<<<<< HEAD
5556
## Для мабільных праграм (React Native) {/*mobile-react-native*/}
5657
React Developer Tools таксама можна выкарыстоўваць і для прагляду праграм, пабудаваных з дапамогай [React Native](https://reactnative.dev/).
5758

5859
Прасцей за ўсё карыстацца React Developer Tools будзе, усталяваўшы глабальна:
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 Developer Tools мае падключыцца да ўжо запушчан
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)