Skip to content

Commit c631701

Browse files
authored
Merge pull request #117 from reactjs/fix/react-developer-tools
2 parents 80df737 + 385ed54 commit c631701

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

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

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,8 @@ Reload-ujte vaš sajt u pretraživaču da bi ga videli u developer tools.
5858

5959
## Mobilni telefoni (React Native) {/*mobile-react-native*/}
6060

61-
React Developer Tools može se koristiti za inspekciju aplikacija napravljenih sa [React Native](https://reactnative.dev/).
61+
Da bi pregledali aplikacije napravljene u [React Native](https://reactnative.dev/), možete koristiti [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools), ugrađeni debugger koji se duboko integriše sa React Developer Tools. Sve funkcionalnosti rade identično kao i browser ekstenzija, uključujući isticanje native elemenata i selekciju.
6262

63-
Najlakši način da koristite React Developer Tools je da ga instalirate globalno:
63+
[Naučite više o debagovanju u React Native.](https://reactnative.dev/docs/debugging)
6464

65-
```bash
66-
# Yarn
67-
yarn global add react-devtools
68-
69-
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
70-
71-
Zatim otvorite Developer Tools iz terminala:
72-
```bash
73-
react-devtools
74-
```
75-
76-
Trebalo bi da se poveže sa bilo kojom lokalnom React Native aplikacijom koja je pokrenuta.
77-
78-
> Pokušajte da reload-ujete aplikaciju ako developer tools ne uspe da se poveže nakon nekoliko sekundi.
79-
80-
[Naučite više o debagovanju React Native.](https://reactnative.dev/docs/debugging)
65+
> Za React Native verzije pre 0.76, molimo koristite standalone React DevTools prateći uputstvo [Safari i drugi pretraživači](#safari-and-other-browsers) iznad.

0 commit comments

Comments
 (0)