Skip to content

Commit 3810e91

Browse files
committed
Fix merge conflicts
1 parent 4957bcf commit 3810e91

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@ 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-
<<<<<<< HEAD
62-
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.
63-
=======
64-
To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/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.
65-
>>>>>>> b1a249d597016c6584e4c186daa28b180cc9aafc
61+
Da bi pregledali aplikacije napravljene u [React Native](https://reactnative.dev/), možete koristiti [React Native DevTools](https://reactnative.dev/docs/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.
6662

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

0 commit comments

Comments
 (0)