react native - Affix element on scroll -


i play behavior.

a tab component within scrollview should remain affix under navbar when scroll, problem applying absolute position tab relates scrollview. structure:

<scrollview       style={styles.scrollview}       onscroll={this.onscroll}       scrolleventthrottle={16}>       <image source={....} />       <tab>...</tab>       <view style={[styles.content, props.scrollableviewstyle]}>           // lorem ipsum..       </view> </scrollview> 

image:

enter image description here

how can play in react native?


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -