File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,13 +57,13 @@ yarn global add react-devtools
57
57
npm install -g react-devtools
58
58
```
59
59
60
- Next open the developer tools from the terminal.
60
+ इसके बाद टर्मिनल से डेवलपर टूल खोलें।
61
61
``` bash
62
62
react-devtools
63
63
```
64
64
65
- It should connect to any local React Native app that's running.
65
+ इसे चल रहे किसी भी स्थानीय React Native ऐप से कनेक्ट होना चाहिए।
66
66
67
- > Try reloading the app if developer tools doesn't connect after a few seconds.
67
+ > यदि डेवलपर टूल कुछ सेकंड के बाद कनेक्ट नहीं होते हैं, तो ऐप को पुनः लोड करने का प्रयास करें।
68
68
69
- [ Learn more about debugging React Native. ] ( https://reactnative.dev/docs/debugging )
69
+ [ React Native डीबग करने के बारे में और जानें। ] ( https://reactnative.dev/docs/debugging )
You can’t perform that action at this time.
0 commit comments