-
Notifications
You must be signed in to change notification settings - Fork 40
using with react navigation and passing navigate props #27
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
Comments
Hello, @barron9. P.S. Please, next time before creating an issue, make sure the problem is not on your side :) |
how can you go another page with this tell your solution? |
i am at example code i want to open a new class when i tap somewhere |
It doesn't relate to this component, but anyway.
It means you can set selected tab by passing <ScrollableTabView page={this.state.currentPageIndex}>
/* this.state./currentPageIndex is just for example */
<ReactPage tabLabel="React" />
<FlowPage tabLabel="Flow" />
<JestPage tabLabel="Jest" />
</ScrollableTabView> |
Uh oh!
There was an error while loading. Please reload this page.
navigate not working,appears null if it another tab selected.
The text was updated successfully, but these errors were encountered: