I am currently working on a project using React Native for iOS, with the react-native-shake-event
library and I am using Expo. However, when I try to shake the device, the dev-menu pops up because it detects the "shake event", preventing me from testing my own custom shake effect.
Does anyone have any suggestions on how I can bypass this issue? I really need to be able to test my custom shake effect without interference.
Thank you in advance.