ScrollView - Styles

PHOTO EMBED

Wed Mar 16 2022 11:54:53 GMT+0000 (Coordinated Universal Time)

Saved by @markmarleydev

<ScrollView contentContainerStyle={styles.list}>
  
  
</ScrollView>
Better to use flexGrow as it keeps normal properties at the box grows. 

list: {
  flexGrow: 1,
  alignItems: "center",
  justifyContent: "flex-end"
}
content_copyCOPY