You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scroll view within another component which is added to the main component which has the collapsible header not working
<View style={styles.MainContainer}>
<CollapsibleToolbar
renderNavBar={this.renderNavBar}
renderToolBar={this.renderSearch}
renderContent={this.renderContent} // a component from another component that has the scrollview in it
collapsedNavBarBackgroundColor='#009688'
translucentStatusBar={Platform.Version >= 21}
toolBarHeight={300}
/>
</View>
the scrollview works if not using your library
The text was updated successfully, but these errors were encountered:
Scroll view within another component which is added to the main component which has the collapsible header not working
the scrollview works if not using your library
The text was updated successfully, but these errors were encountered: