davideddr / react-native-hook-form-builder

Form builder with react native components build with react hook form
MIT License
16 stars 7 forks source link

Remove the usage of react-native-nested-scroll-view #6

Closed Derewith closed 3 years ago

Derewith commented 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.

davideddr commented 3 years ago

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