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>
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