HDGunner
HDGunner
> 这是RN自身的问题 `import { TouchableOpacity } from 'react-native-gesture-handler'` 用RNGH里的TouchableOpacity替换原有组件,基本可以解决误触的问题 使用RNGH组件后,误触确实有改善。但是快速滑动scrollview时,误触率还是很高。请问这个问题你解决了吗?
I also encountered the same problem. Have you solved it?
I fixed it with the .drawingGroup() func. Pager(xxx) { }.drawingGroup()
@bilibili11  我把这行代码去掉没有闪烁了,请参考
> > (wukong) root@autodl-container-46914989bd-be6f2b06:~/autodl-tmp/v3/v3wukong# PYTHONPATH="." python src/preprocess/dataset_generator.py /root/miniconda3/envs/wukong/lib/python3.8/site-packages/pytorch_lightning/metrics/**init**.py:43: LightningDeprecationWarning: `pytorch_lightning.metrics.*` module has been renamed to `torchmetrics.*` and split off to its own package (https://github.com/PyTorchLightning/metrics) since v1.3 and will be removed...