最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

debugging - React Native: Missing "Open DevTools" in Developer Menu - Stack Overflow

programmeradmin8浏览0评论

I'm currently working on a React Native project, and I'm trying to debug my app using the React Native Developer Menu. However, when I open the Dev Menu (by pressing Cmd + control + Z on iOS Simulator), I don't see the "Open DevTool" or even "Open Debugger" option.

What I’ve Tried Restarted Metro using:

yarn start --reset-cache

(Also tried npm start --reset-cache but no success).

Tried manually enabling debugging by modifying ReactNativeFlipper.js and checking if react-native-flipper is interfering.

Restarted my emulator/physical device and reinstalled the app.

Environment Details

  • React Native Version: 0.75.4
  • Development OS: MacOS
  • Device/Emulator: iOS simulator
  • Using Flipper: No
  • Node.js Version: v18.18.0

Has anyone encountered this issue before? How can I bring back the "Open DevTool" option in the React Native Developer Menu? Any help would be greatly appreciated!

发布评论

评论列表(0)

  1. 暂无评论