You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React Developer Tools može se koristiti za inspekciju aplikacija napravljenih sa [React Native](https://reactnative.dev/).
59
62
60
63
Najlakši način da koristite React Developer Tools je da ga instalirate globalno:
64
+
61
65
```bash
62
66
# Yarn
63
67
yarn global add react-devtools
64
-
=======
65
-
## Mobile (React Native) {/*mobile-react-native*/}
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
68
70
69
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
71
70
72
-
<<<<<<< HEAD
73
71
Zatim otvorite Developer Tools iz terminala:
74
72
```bash
75
73
react-devtools
@@ -80,7 +78,3 @@ Trebalo bi da se poveže sa bilo kojom lokalnom React Native aplikacijom koja je
80
78
> Pokušajte da reload-ujete aplikaciju ako developer tools ne uspe da se poveže nakon nekoliko sekundi.
81
79
82
80
[Naučite više o debagovanju React Native.](https://reactnative.dev/docs/debugging)
83
-
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.
0 commit comments