hyochan / react-native-masonry-list

The Masonry List implementation which has similar implementation as the `FlatList` in React Native
MIT License
399 stars 55 forks source link

Needs support for contentContainerStyle #19

Closed trajano closed 2 years ago

trajano commented 3 years ago

Describe the bug

https://reactnative.dev/docs/scrollview#contentcontainerstyle allows for padding of the content so it does not get obscured at the bottom and not flushed to the edge. The values appear to be ignored.

hyochan commented 2 years ago

This is already possible! It extends scrollview props

Screen Shot 2021-10-14 at 10 09 20 PM