We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.2.0
windows7 RN: 0.55.4
https://github.com/ant-design/ant-design-mobile-rn
<Tabs tabs={this.state.tabs} page={2} initialPage={2} renderTabBar={props=> <Tabs.DefaultTabBar {...props} page={3} />} onChange={(tab, index)=> this._change(tab, index)} />
选中第三个
文字选中了第三个 下划线闪动到第一个
The text was updated successfully, but these errors were encountered:
#50
Sorry, something went wrong.
No branches or pull requests
Version
2.2.0
Environment
windows7 RN: 0.55.4
Reproduction link
https://github.com/ant-design/ant-design-mobile-rn
Steps to reproduce
<Tabs tabs={this.state.tabs}
page={2}
initialPage={2}
renderTabBar={props=> <Tabs.DefaultTabBar {...props} page={3} />}
onChange={(tab, index)=> this._change(tab, index)} />
What is expected?
选中第三个
What is actually happening?
文字选中了第三个 下划线闪动到第一个
The text was updated successfully, but these errors were encountered: