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
## Mobile (React Native) {/*mobile-react-native*/}
56
-
<<<<<<< HEAD
57
-
React Developer Tools kann ebenfalls genutzt werden um Apps, die mit [React Native](https://reactnative.dev/) erstellt wurden, zu inspizieren.
58
56
59
-
Der leichteste Weg ist React Developer Tools global zu installieren:
60
-
```bash
61
-
# Yarn
62
-
yarn global add react-devtools
63
-
=======
64
-
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)
69
-
70
-
<<<<<<< HEAD
71
-
Öffne als Nächstes die Developer Tools aus dem Terminal:
72
-
```bash
73
-
react-devtools
74
-
```
75
-
76
-
Es sollte sich mit jeder lokal laufenden React Native App verbinden.
57
+
Um mit [React Native](https://reactnative.dev/) erstellte Anwendungen zu überprüfen, kannst du [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools) verwenden, der eingebaute Debugger, der die React Developer Tools tief integriert. Alle Funktionen sind identisch mit denen der Browser-Erweiterung, einschließlich der Hervorhebung und Auswahl nativer Elemente.
77
58
78
-
> Versuche die App neu zuladen, falls die Developer-Tools sich nicht nach einigen Sekunden verbinden.
59
+
[Erfahren Sie mehr über Debugging in React Native](https://reactnative.dev/docs/debugging)
79
60
80
-
[Erfahre mehr über die Fehlerbehebung in 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
61
+
> Für Versionen von React Native vor 0.76 verwende bitte den Standalone-Build von React DevTools, indem du der obigen Anleitung [Safari und andere Browser](#safari-and-other-browsers) folgst.
0 commit comments