I am using 'react-native-tab-view' library in my code. Link here: npm / github.
Here is a basic example code in snack- that can run on Web.
Now the issue is- if I want to display a Header text above <Tabview/> tag, it shows nothing. Even if I just wrap the <Tabview/> within a <View></View> like this below snippet, it shows an empty screen, even without any error.
<View>
<TabView .... /> /*Shows empty screen*/
</View>
Here is an example code screenshot with output, from snack with nested <Tabview/>, running in Android device:

Kindly suggest how to achieve that. Not sure what am I missing?
In my case, the TabView was rendered inside a parent ScrollView ... removing the parent scroller resolved the issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With