Skip to content

Commit 6be2c80

Browse files
merging all conflicts
2 parents 6d155ef + 3b02f82 commit 6be2c80

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,21 @@ Adesso, aggiorna il tuo sito web nel browser per visualizzarlo nei developer too
5353
![React Developer Tools standalone](/images/docs/react-devtools-standalone.png)
5454

5555
## Mobile (React Native) {/*mobile-react-native*/}
56+
<<<<<<< HEAD
5657
React Developer Tools si può anche usare per ispezionare app costruite con [React Native](https://reactnative.dev/).
5758

5859
Il modo più facile per usare React Developer Tools è installarlo globalmente:
5960
```bash
6061
# Yarn
6162
yarn global add react-devtools
63+
=======
6264

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

70+
<<<<<<< HEAD
6771
Successivamente, apri i developer tools dal terminale.
6872
```bash
6973
react-devtools
@@ -74,3 +78,6 @@ Dovrebbe connettersi ad una qualsiasi app React Native locale in esecuzione.
7478
> Prova a ricaricare l'app se developer tools non si connette dopo alcuni secondi.
7579
7680
[Ulteriori informazioni sul debugging di React Native.](https://reactnative.dev/docs/debugging)
81+
=======
82+
> 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.
83+
>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04

0 commit comments

Comments
 (0)