I'm using https://github.com/react-native-community/react-native-tab-view But my problem is
- When there are many tabs, it will only display on the screen with and the heigh will expand. What I'm looking for is the heigh is fixed, the width expands based on tabs
- When moving between tabs, it seems to reload the view on each tab
I appreciate all your advice to fix my problem. Thank you