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 -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -