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

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -