I'm using horizontal ScrollView and Tabs.
but I have a problem. this is my view:
<Tabs>
<Tab heading="A">
<ScrollView horizontal={true}>
//items
</ScrollView>
</Tab>
<Tab heading="B">
</Tab>
</Tabs>
when I want to scroll between Items, my tabs will change. how to solve this problem?