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

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -