Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll view not working #10

Open
JstMagic opened this issue Aug 15, 2019 · 2 comments
Open

Scroll view not working #10

JstMagic opened this issue Aug 15, 2019 · 2 comments

Comments

@JstMagic
Copy link

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

@JstMagic
Copy link
Author

Dont think this library supports nestedscrollview

@Agontuk
Copy link
Owner

Agontuk commented Oct 8, 2019

Did not try with nested scrollview but it's possible that's the source of your issue. How are you going to handle two scrollview in same page ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants