Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Doesn't work swipe in scrollableTabView #311

Open
JinChengSu opened this issue Dec 7, 2018 · 1 comment
Open

Doesn't work swipe in scrollableTabView #311

JinChengSu opened this issue Dec 7, 2018 · 1 comment

Comments

@JinChengSu
Copy link

JinChengSu commented Dec 7, 2018

when scroll tab view, didn't work swipeout.
left and right all.
how to prevent swipeout from parent tab view

@Akash-Kumar-Gaur
Copy link

Akash-Kumar-Gaur commented Jan 30, 2019

<ScrollableTabView
       locked={true}>
        <ReactPage tabLabel="React" />
        <FlowPage tabLabel="Flow" />
        <JestPage tabLabel="Jest" />
</ScrollableTabView>

Use locked={true} as props, it will lock the scroll of ScrollableTabView and swipe will work as expected.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants