APSL / react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
MIT License
5.24k stars 643 forks source link

Android refreshControl - not rendering the children #474

Open dolhadan opened 3 years ago

dolhadan commented 3 years ago

Passing refreshControl to the KeyboardAwareScrollView will not render the children on Android. Any ideas on how to fix it ?

React-native version: 0.63.3 react-native-keyboard-aware-scroll-view: 0.9.3

EnettyTech commented 3 years ago

The same issue, children not render. Both android and ios

React Native: 0.63.4 react-native-keyboard-aware-scroll-view: 0.9.3

EnettyTech commented 3 years ago

I found a temporary replacement resolve, I used @codler/react-native-keyboard-aware-scroll-view. It's forked from this library.