None of the modules that provide gesture capabilities work as expected in production IOS, they only work if you hold your finger lightly and slide very slowly over the element. All modules behave the same except for the react-native-gesture-handler
, which is used by react-navigation
.
UPD: My project uses eva-design/eva
, ui-kitten/components
, ui-kitten/eva-icons
, mobx
, mobx-react
, react-native-screens
, react-navigation/drawer
, react-navigation/native
, react-navigation/stack
, react-native-ux-cam
. I have suggestions that these modules may somehow affect this.
After much research, I found the reason. After removing the react-native-ux-cam
, gestures work adequately