我在ScrollView中有一个元素
我想将其固定或隐藏在onScroll
我既无法固定位置也无法处理onScroll事件,两种解决方案都无法工作
这是处理onScroll事件的代码
<ScrollView onScrollBeginDrag={() => {
alert('anything');
this.setState({firstShow : false});
}} showsVerticalScrollIndicator={true}></ScrollView>
我一直滚动,但事件从未触发