react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
Weird Vertical Scroll Indicator Top
We can see the top of vertical scroll indicator moves when a keyboard comes up and goes down.
https://user-images.githubusercontent.com/14362029/106378947-1f713f80-636e-11eb-8388-61339dfe867a.mov
Reproducible: https://snack.expo.io/@horaeng/4d0721 (different from the video)
The step is below:
- click one of TextInput
- look at the top of vertical scroll indicator as the keyboard comes up
- dismiss the keyboard by clicking outside of the text input
- look at the top of vertical scroll indicator as the keyboard goes down.
Expected behavior: no change at the top of the indicator.
Possible solution: It seems indicator offset gets changed somehow. If so, don't change the offset.