Spacing before and after a horizontal FlatList (React Native)
contentContainerStyle={{paddingBottom:xxx}}
Seems like I was able to fix it by using a contentContainerStyle
prop on the FlatList
instead of passing it a style
prop directly.