PedroBern / react-native-collapsible-tab-view

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

Using createMaterialTopTabNavigator inside Tabs.Tab #280

Open wel0z opened 1 year ago

wel0z commented 1 year ago

I'm trying to use materialTopTabNavigator (from react-navigation) inside Tabs.Container > Tabs.Tab with no success. When i use it the material tab bar does not appear on the screen as you can see on my screenshot below:

Schermata 2022-07-14 alle 22 55 15

I also try directly with react-native-tab-view with no results 😭

My envorinment:

"react-native": "^0.69.0", "react-native-collapsible-tab-view": "^5.0.0-rc.12" "@react-navigation/material-top-tabs": "^6.0.6", "@react-navigation/native": "^6.0.8",