-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
I am using scrollable-tab-view with 3 children. Each child is a ListView
<ScrollableTabView edgeHitWidth="200">
<View tabLabel="TabOne" style={styles.container}>
<TabOneListView />
</View>
<View tabLabel="TabTwo" style={styles.container}>
<TabTwoListView />
</View>
<View tabLabel="TabThree" style={styles.container}>
<TabTwoListView />
</View>
</ScrollableTabView>
On TabOne, I click on my list item, the click event is handled, it opens a new page, it's all ok.
When I click on an item on TabTwo, it HANDLES CLICK EVENTS FROM TAB ONE ...
I can scroll properly in TabTwo, but when I click an item, it's as if it is clicking on TabOne.
Please, can anyone try replicate this issue?
There is no problem with iOS.
Metadata
Metadata
Assignees
Labels
No labels