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.