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
1.1.3
react-native 0.43.0
<Tabs activeKey={this.state.activeKey} swipeable={true}> <TabPane tab="A" key="1"> <MerchantManage {...this.props}/> </TabPane> <TabPane tab="B" key="2"> <MerchantPhotoPage {...this.props}/> </TabPane> </Tabs>
TabPane中的内容可以正常左右滑动
并不能滑动,后面发现当swipeable设置成 false 的时候就能滑动了,是不是代码里面这里的判断写反了呢?
The text was updated successfully, but these errors were encountered:
fix(Tabs): rn swipeable. close #1346
a68ff1e
fix(Tabs): rn swipeable. close #1346 (#1351)
f110b1f
fix(Tabs): rn swipeable. close ant-design#1346 (ant-design#1351)
9fc7ca2
谷歌的手机模拟器中也无效 <Tabs tabs={tabs} initalPage={'t2'} tabBarPosition="left" tabDirection="vertical" swipeable={true} useOnPan={true} >
<Tabs tabs={tabs} initalPage={'t2'} tabBarPosition="left" tabDirection="vertical" swipeable={true} useOnPan={true} >
Sorry, something went wrong.
paranoidjk
Successfully merging a pull request may close this issue.
Version
1.1.3
Environment
react-native 0.43.0
Steps to reproduce
What is expected?
TabPane中的内容可以正常左右滑动
What is actually happening?
并不能滑动,后面发现当swipeable设置成 false 的时候就能滑动了,是不是代码里面这里的判断写反了呢?
The text was updated successfully, but these errors were encountered: