-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
goToPage and initialPage #776
Comments
facebook/react-native#15808 - this fixed it for me |
dup #750 |
Try this. It worked. Ideal for changing first pages. componentDidMount() { |
how to fix this. |
延迟300ms |
Sounds weird but it'll even work fine if the delay is 0ms like this "setTimeout(() => this.scrollableTabView.goToPage(1), 0);" 😄 |
hi,
I'm working with the last version
I'm using the ScrollableTabBar
when I change the initial page the tabs work fine
its move to the initial page but the page is blank
and if I'm using goToPage with ref only the color of the text change and but
the page not change and the underline not move
The text was updated successfully, but these errors were encountered: