Skip to content

Commit 64742b9

Browse files
merging all conflicts
2 parents 310454c + 3b02f82 commit 64742b9

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
@@ -53,18 +53,23 @@ Reload-ujte vaš sajt u pretraživaču da bi ga videli u developer tools.
5353

5454
![React Developer Tools standalone](/images/docs/react-devtools-standalone.png)
5555

56+
<<<<<<< HEAD
5657
## Mobilni telefoni (React Native) {/*mobile-react-native*/}
5758
React Developer Tools može se koristiti za inspekciju aplikacija napravljenih sa [React Native](https://reactnative.dev/).
5859

5960
Najlakši način da koristite React Developer Tools je da ga instalirate globalno:
6061
```bash
6162
# Yarn
6263
yarn global add react-devtools
64+
=======
65+
## Mobile (React Native) {/*mobile-react-native*/}
6366

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

72+
<<<<<<< HEAD
6873
Zatim otvorite Developer Tools iz terminala:
6974
```bash
7075
react-devtools
@@ -76,3 +81,6 @@ Trebalo bi da se poveže sa bilo kojom lokalnom React Native aplikacijom koja je
7681

7782
[Naučite više o debagovanju React Native.](https://reactnative.dev/docs/debugging)
7883

84+
=======
85+
> 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.
86+
>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04

0 commit comments

Comments
 (0)