-
Notifications
You must be signed in to change notification settings - Fork 611
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
initialPage, goToTab, onTabClick not working properly in version 5.0.0 #1225
Labels
Comments
What's your platform, and can you show us Does |
@1uokun Here is my package.json
Tested in Android. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just installed version 5.0.0.
initialPage
not working: I have 3 tab in a screen, I setinitialPage={1}
, then goBack and navigate to that screen again, tab content stay in first page, only tab indicator has changed to second page.renderTabBar
to custom the tab bar, and havetabProps.activeTab === i
like what I read in document to highlight my custom tab indicator. This is my code:Seems
tabProps.activeTab
hasn't being updated, so when I click my custom tab bar item, mybackgroundColor
isn't have any change.I've to rollback to 4.2.0
The text was updated successfully, but these errors were encountered: