react-native-parallax-scroll-view icon indicating copy to clipboard operation
react-native-parallax-scroll-view copied to clipboard

Not able to scroll flatList content fully inside ParallaxScrollview

Open Balasnest opened this issue 8 years ago • 8 comments

I could not able to scroll the flatList fully. Whatever the content added inside the ParallaxScrollView, could not able to see till the end. I can see the content until parallaxHeaderHeight header height hidden.

Check the demo here

What would be the problem ?

<ParallaxScrollView
	          style={...}
	          parallaxHeaderHeight={ PARALLAX_HEADER_HEIGHT }
	          stickyHeaderHeight={ STICKY_HEADER_HEIGHT }
	          onScroll={ onScroll }
	          renderStickyHeader={ this.renderStickyHeader.bind(this) }
	          renderForeground={ this.renderForeground.bind(this) }
	          renderBackground={ this.renderBackground.bind(this) }> 
                       <View>...</View>
                       <View>...</View>
                      <FlatList
			 data={data}
			 renderItem={this.renderItem}
		        keyExtractor={item => item.id}
		  />
  </ParallaxScrollView>

Balasnest avatar Nov 20 '17 11:11 Balasnest

I am also facing the same issue...... I put ListView inside ParallaxScrollView but could not scroll the content inside the ListView.....Looking for help..... Platform-----ios

rakeskun avatar Nov 30 '17 09:11 rakeskun

I am also facing the same issue for android build its working in android simulator when using mouse scroll button but in device the Flatlist scroll is not working.

Hey guys, I had the same issue on Android and I was able to solve it by specifying height: null in the style object of the FlatList.

Hope it helps

Chiamaka avatar Jan 23 '18 11:01 Chiamaka

I put ListView inside ParallaxScrollView. In android, it's working fine but in IOS it could not scroll the content inside the ListView. What can be the issue? Any help

pradeep351 avatar Aug 17 '18 12:08 pradeep351

+1

ParhamZare avatar Oct 29 '18 08:10 ParhamZare

Hello, I would like to ask you how to solve this problem

xiaohaook avatar Jan 16 '19 15:01 xiaohaook

Anyone find a solution to this? Seeing it also

oferRounds avatar Jan 12 '20 12:01 oferRounds

+1

seonoh avatar Sep 08 '20 08:09 seonoh