admin管理员组

文章数量:1391929

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!

本文标签: debuggingReact Native Missing quotOpen DevToolsquot in Developer MenuStack Overflow