Hey, I'm trying to makeCustomSegmentedControl work together with wix/react-native-navigation.
It works fine when I pass the example component to Navigation.startSingleScreenApp

But when I pass the example component as one of the tabs to Navigation.startTabBasedApp the segmented control breaks and looks like this:

it looks like the selected line height isn't respected and somehow all menu items are underlined initially.
Any ideas what could be causing this?
Hey, I'm trying to make
CustomSegmentedControlwork together with wix/react-native-navigation.It works fine when I pass the example component to
Navigation.startSingleScreenAppBut when I pass the example component as one of the tabs to
Navigation.startTabBasedAppthe segmented control breaks and looks like this:it looks like the selected line height isn't respected and somehow all menu items are underlined initially.
Any ideas what could be causing this?