Skip to content

Commit

Permalink
Merge pull request #117 from reactjs/fix/react-developer-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lxmarinkovic authored Dec 23, 2024
2 parents 80df737 + 385ed54 commit c631701
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions src/content/learn/react-developer-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,8 @@ Reload-ujte vaš sajt u pretraživaču da bi ga videli u developer tools.

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

React Developer Tools može se koristiti za inspekciju aplikacija napravljenih sa [React Native](https://reactnative.dev/).
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.

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

```bash
# Yarn
yarn global add react-devtools

[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)

Zatim otvorite Developer Tools iz terminala:
```bash
react-devtools
```

Trebalo bi da se poveže sa bilo kojom lokalnom React Native aplikacijom koja je pokrenuta.

> Pokušajte da reload-ujete aplikaciju ako developer tools ne uspe da se poveže nakon nekoliko sekundi.

[Naučite više o debagovanju React Native.](https://reactnative.dev/docs/debugging)
> 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 comments on commit c631701

Please sign in to comment.