Skip to content

Commit 9f751f5

Browse files
committed
page translated
1 parent d627b49 commit 9f751f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

beta/src/pages/learn/react-developer-tools.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ yarn global add react-devtools
5757
npm install -g react-devtools
5858
```
5959

60-
Next open the developer tools from the terminal.
60+
इसके बाद टर्मिनल से डेवलपर टूल खोलें।
6161
```bash
6262
react-devtools
6363
```
6464

65-
It should connect to any local React Native app that's running.
65+
इसे चल रहे किसी भी स्थानीय React Native ऐप से कनेक्ट होना चाहिए।
6666

67-
> Try reloading the app if developer tools doesn't connect after a few seconds.
67+
> यदि डेवलपर टूल कुछ सेकंड के बाद कनेक्ट नहीं होते हैं, तो ऐप को पुनः लोड करने का प्रयास करें।
6868
69-
[Learn more about debugging React Native.](https://reactnative.dev/docs/debugging)
69+
[React Native डीबग करने के बारे में और जानें।](https://reactnative.dev/docs/debugging)

0 commit comments

Comments
 (0)