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.
The DEBUG=1 setting is also added to the preprocessor macros:
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.