cesardeazevedo / react-native-nested-scroll-view

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

InternalScrollViewType missing #37

Closed tponte closed 4 years ago

tponte commented 4 years ago

Hi,

I have a problem using the library after upgrading react native to the new 0.60 version.

The library uses react native's InternalScrollViewType in the NestedScrollView.js file, but it's missing in versions =>0.60.

I've tested exporting the ScrollView instead of TypedScrollView and it seems to work well.

prateekchachra commented 4 years ago

+1

mahyali commented 4 years ago

+1

ikedm commented 4 years ago

+1

branikclimbs commented 4 years ago

+1

MasoudShah commented 4 years ago

+1

cesardeazevedo commented 4 years ago

Working on this

cesardeazevedo commented 4 years ago

Fixed at 9.0.0

sdjhoanborges commented 4 years ago

+1 and using "react-native-nested-scroll-view": "^9.0.0",