React 本机手势响应系统在 IOS 生产中不起作用

React native Gesture response system does not work in IOS production

None 提供手势功能的模块在生产中按预期工作 IOS,只有当您轻轻握住手指并在元素上非常缓慢地滑动时,它们才会工作。除了 react-native-gesture-handlerreact-navigation.

使用外,所有模块的行为都相同

UPD:我的项目使用 eva-design/evaui-kitten/componentsui-kitten/eva-iconsmobxmobx-reactreact-native-screensreact-navigation/drawer, react-navigation/native, react-navigation/stack, react-native-ux-cam。我建议这些模块可能会以某种方式影响这一点。

经过大量研究,我找到了原因。删除 react-native-ux-cam 后,手势可以正常工作