Closed Derewith closed 3 years ago
Today i've came across the upgrading of an app to React Native 0.64 and react-native-nested-scroll-view is not anymore updated.
I've done a patch that remove the usage of it (NestedScrollView) and use the ScrollView default React Native component, i think it's way better.
Thank you @Derewith for the tip! In the 0.11.4 version i removed the react-native-nested-scroll-view in favor of the ScrollView component
Today i've came across the upgrading of an app to React Native 0.64 and react-native-nested-scroll-view is not anymore updated.
I've done a patch that remove the usage of it (NestedScrollView) and use the ScrollView default React Native component, i think it's way better.