Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 446b13a

Browse files
committedJan 6, 2025·
merging all conflicts
2 parents be62f92 + b1a249d commit 446b13a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

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

+4
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ react-devtools
5454

5555
## モバイル (React Native) {/*mobile-react-native*/}
5656

57+
<<<<<<< HEAD
5758
[React Native](https://reactnative.dev/) で作成するアプリの調査を行う場合は、React Developer Tools と密に統合された組み込みデバッガである [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools) を使用できます。要素のハイライトや選択を含むすべての機能が、ブラウザ版の機能拡張と同様に動作します。
59+
=======
60+
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.
61+
>>>>>>> b1a249d597016c6584e4c186daa28b180cc9aafc
5862
5963
[React Native のデバッグについてさらに読む](https://reactnative.dev/docs/debugging)
6064

0 commit comments

Comments
 (0)
Please sign in to comment.