react-native-keyboard-aware-scroll-view icon indicating copy to clipboard operation
react-native-keyboard-aware-scroll-view copied to clipboard

Android refreshControl - not rendering the children

Open dolhadan opened this issue 4 years ago • 2 comments

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

dolhadan avatar Mar 19 '21 15:03 dolhadan

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 avatar Mar 21 '21 08:03 EnettyTech

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

EnettyTech avatar Mar 21 '21 09:03 EnettyTech