Skip to content

Commit 69af18e

Browse files
merging all conflicts
2 parents aedafbd + 3b02f82 commit 69af18e

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

+11-3
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 розробника також можна використовувати для інспектування застосунків, створених за допомогою [React Native](https://reactnative.dev/).
5758

5859
Найпростіший спосіб використання інструментів — встановити їх глобально:
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)