cesardeazevedo / react-native-nested-scroll-view

react-native wrapper for android NestedScrollView
MIT License
88 stars 36 forks source link

[QUESTION] ScrollView prop nestedscrollenabled #23

Closed ButuzGOL closed 6 years ago

ButuzGOL commented 6 years ago

ScrollView already have prop nestedscrollenabled https://facebook.github.io/react-native/docs/scrollview#nestedscrollenabled Does it do the same as you lib ? I have tried this prop but seems like its not working

cesardeazevedo commented 6 years ago

That's interesting, i haven't try the nestedScrollEnabled prop yet, but does this prop make this library obsolete? 😅

Since this project is a fork from the original ScrollView, it needs a regular rebase, which i failed to do so, i just need some time to rebase make it work with new react-native versions, i hope i can do it this weekend.

ButuzGOL commented 6 years ago

pls try for me this prop doesnt work