iRoachie / react-native-material-tabs

Material Design implementation of Tabs
MIT License
121 stars 56 forks source link

MaterialTabs is not showing on my screen #50

Closed Supportlik closed 5 years ago

Supportlik commented 5 years ago

Hi,

if I use this component there is nothing my screen. When i put two text components before and after MaterialTabs the text components are just next to each other without tabs in between.

On ExpoSnack the Component is working, but on my own machine it is not.

Tested with and without expo eject. Expo Version on DevMachine: 2.15.4 Tried Linux and Windows

Greetings Michael

iRoachie commented 5 years ago

Can you create an example on https://snack.expo.io that reproduces this?

Supportlik commented 5 years ago

Of course: https://snack.expo.io/@supportlik/materialtabsnotworking

iRoachie commented 5 years ago

I'm not sure how I can help you then. The snack works and it should work the same way locally. This lib is fully javascript and has no native dependencies, so it should display the same without expo

Supportlik commented 5 years ago

It is resolved. Somehow a caching issue. On my private machine the code is running as it is.