I have a KeyboardAwareScrollView with controlled TextInput fields. Each TextInput has an onChange method that sets the state with .setState()
Whenever I type text and try to scroll with my finger, the ScrollView seems to reset, disabling scrolling, putting my content behind the keyboard (like a regular view).
More people with this issue?
The same issues which appears in case I re-render some views by changing state.
UPD: Rollback to 0.3.0 did the trick.
Can you test the new release? https://github.com/APSL/react-native-keyboard-aware-scroll-view/releases/tag/v0.4.2
Ping me if this issue still persists and I'll reopen.
Thanks.
Most helpful comment
The same issues which appears in case I re-render some views by changing state.
UPD: Rollback to 0.3.0 did the trick.