react-native-keyboard-aware-scroll-view
react-native-keyboard-aware-scroll-view copied to clipboard
Android refreshControl - not rendering the children
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
The same issue, children not render. Both android and ios
React Native: 0.63.4 react-native-keyboard-aware-scroll-view: 0.9.3
I found a temporary replacement resolve, I used @codler/react-native-keyboard-aware-scroll-view. It's forked from this library.