React-native-tab-view: all tabs height increase when one tab is list and scrolls

Created on 27 May 2020  路  4Comments  路  Source: satya164/react-native-tab-view

all tabs height increase when one tab is list and scrolls

Expected behaviour

Code sample

For Syntax Highlighting check this link

Screenshots (if applicable)

What have you tried

Your Environment

| software | version
| ---------------------------- | -------
| ios or android |
| react-native |
| react-native-tab-view |
| react-native-gesture-handler |
| react-native-reanimated |
| node |
| npm or yarn |

bug

Most helpful comment

This generally happens when <TabView> is wrapped by a <ScrollView> parent component. Use a regular <View> as a parent component and it won't expand the overall height to the tallest rendered scene.

All 4 comments

Me too +1

????

This generally happens when <TabView> is wrapped by a <ScrollView> parent component. Use a regular <View> as a parent component and it won't expand the overall height to the tallest rendered scene.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ahmedrowaihi picture ahmedrowaihi  路  3Comments

itzsaga picture itzsaga  路  3Comments

KingAmo picture KingAmo  路  3Comments

lubomyr picture lubomyr  路  3Comments

jouderianjr picture jouderianjr  路  3Comments