6

We have a react-native project which is working fine in the simulator and on the device. However, we are unable to open the developer menu using the shake gesture on an iOS device.

I have seen other issues but have been unable to resolve: https://github.com/facebook/react-native/issues/5122

We have the standard configuration setup in Xcode so using the debug scheme to build. Debug configuration scheme

The DEBUG=1 setting is also added to the preprocessor macros: enter image description here

However, when shaking the device I'm just looking stupid and the menu does not show. Any idea on how to resolve this would be appreciated.

StuartM
  • 6,743
  • 18
  • 84
  • 160

1 Answers1

-1

On my Android device, I find it hard to trigger the shake gesture for the React Native developer menu -- I end up shaking the device pretty hard and on several different axes (both parallel and perpendicular to the plane of the phone) before it triggers.

Maybe try shaking harder and in more directions?

Greg Price
  • 2,836
  • 1
  • 23
  • 19