I have <TouchableOpacity>
components in my React Native app that all have associated callbacks. These work fine on iOS, and fine on Android if I don't have the device set to debug
. But when I do have it set to debug, the elements do change opacity when clicked, but the callbacks aren't called.
Does anyone know how I can approach this?
Notes
- This occurs when I use
React Native Debugger
, and when I just use the default debugger that appears in Chrome when I clickdebug
in the developer options. - This problem does NOT happen for emulators. It's happening for the
Galaxy A30
I'm testing on. - I'm using
react-native@0.62.0