React-Native ScrollView有时会以错误的方向滚动

时间:2019-01-08 19:57:11

标签: react-native gesture scrollviewer react-native-flatlist

本机ScrollView / Flatlist出现怪异问题。当我向下或向上滚动时,内容有时会反向滚动。这主要是在我用一只手滚动时。我录制了有关此问题的youtube视频。

我也尝试使用react-native-gesture-handler的ScrollView类,但没有任何运气。这是常见的行为吗?

youtube link (visualization of the problem)

使用的电话:华为p20

要重建,请使用以下

mat_deliv

将此代码粘贴到App.js中以重建此问题。

react-native init TestProject
paste code below in App.js
react-native run-android (on real device) 
scroll with one hand

0 个答案:

没有答案