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:
how can play in react native?
Comments
Post a Comment