0

I'm using an iOS simulator in mac-in-cloud (a mac in browser service).

I'd like to toggle the developer modal (like it's doing with ctrl+m on my Android emulator).

How can I achieve this?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Simon
  • 6,025
  • 7
  • 46
  • 98

1 Answers1

1

Open the Hardware menu at the top of the Mac desktop, and select Shake gesture while your app is running on the iOS Simulator:

https://reactnative.dev/docs/debugging

Opening the React Native developer menu on the iOS Simulator

Pete Morris
  • 1,472
  • 8
  • 13