标签: react-native
我想在另一个列表中放置一个FlatList,但是子列表不会滚动。
我试图将子级FlatList转换为ScrollView,将道具scrollEnabled设置为false到父级FlatList,但都无法正常工作。
这是我要执行的代码示例:https://snack.expo.io/HJ6d97gNH
我希望在两个单位列表中滚动,而不仅仅是一个。
答案 0 :(得分:1)
您可以使用nestedScrollEnabled道具,但我建议您使用<SectionList>,因为这有点麻烦!
nestedScrollEnabled
<SectionList>