PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
827 stars 160 forks source link

Not correct tabs display #306

Open indieza opened 1 year ago

indieza commented 1 year ago

Hello,

I got a pronlem with the library which is realted to the visualization part of my application. The result which I reaceive from the following code:

<Tabs.Container renderHeader={Header}>
    <Tabs.Tab name="A">
        <NotImplementedScreen />
    </Tabs.Tab>
    <Tabs.Tab name="B">
        <NotImplementedScreen />
    </Tabs.Tab>
</Tabs.Container>

Is:

image

Do you have any ideas what is the problem and how I could fix it.

Regards, Simeon Valev