Skip to content

Commit 5156be6

Browse files
author
juhwano
committed
docs: add Korean translation for 'Mobile (React Native)' section in react-developer-tools page
1 parent 9c624ab commit 5156be6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ react-devtools
5252

5353
![React Developer Tools standalone](/images/docs/react-devtools-standalone.png)
5454

55-
## Mobile (React Native) {/*mobile-react-native*/}
55+
## 모바일 (React Native) {/*mobile-react-native*/}
5656

57-
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.
57+
[React Native](https://reactnative.dev/)로 만든 앱은 React Developer Tools가 내장된 [React Native DevTools](https://reactnative.dev/docs/react-native-devtools)를 통해 디버깅할 수 있습니다. 네이티브 요소를 강조하거나 선택하는 기능을 포함한 브라우저 확장 프로그램에서 사용하던 모든 기능을 동일하게 사용할 수 있습니다.
5858

59-
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
59+
[React Native에서 디버깅하는 방법 더 알아보기](https://reactnative.dev/docs/debugging)
6060

61-
> 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.
61+
> 참고: React Native 0.76 이전 버전을 사용하는 경우, 위의 [Safari 및 기타 브라우저](#safari-and-other-browsers) 가이드를 참고하여 독립형 React DevTools를 사용하세요.

0 commit comments

Comments
 (0)