ScrollViewの中でTabViewが表示されない
from
react-native-tab-view
v2では機能していたが、v3で機能しなくなった
Screens not visible when using Material Top Tab Navigator inside of FlatList. · Issue #10361 · react-navigation/react-navigation · GitHub
Embedding react-native-tab-view in scrollview is not working · Issue #1274 · satya164/react-native-tab-view · GitHub
Enable gesture on navigator avoid to scroll horizontally on sub screen scrollview · Issue #10889 · react-navigation/react-navigation · GitHub
実装
を見てみると、根本の原因は
react-native-pager-view
側にあるのがわかる
issueも存在していた
Does not work within a ScrollView · Issue #784 · callstack/react-native-pager-view · GitHub