Guannan He

Results 4 comments of Guannan He

@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 =...