bamlab / react-native-image-header-scroll-view

ScrollView with an image in header which becomes a navbar
MIT License
997 stars 99 forks source link

listview #25

Closed tianweicc closed 6 years ago

tianweicc commented 7 years ago

Can you nest listview?

Nhacsam commented 6 years ago

You can't nest ScrollView on android. see : https://github.com/facebook/react-native/issues/8024

I added the ScrollViewComponent props in the v0.8.0. You should be able to use it if you want to use ListView (72e2806). See an example here with Flatlist : https://github.com/bamlab/react-native-image-header-scroll-view-example/blob/master/src/Pages/Avignon.js#L34