Guannan He
Guannan He
same issue here, re-built doesn't work
@wh-Coder 我换了react-native-autoheight-webview
both onIndexChanged and onMomentumScrollEnd bot firing for me. the only handler works for me right now is onScrollBeginDrag...
seems this part in updateIndex function gives us this problem: ``` const diff = offset[dir] - this.internals.offset[dir] const step = dir === 'x' ? state.width : state.height let loopJump =...