brh55 / react-native-masonry

:raised_hands: A pure JS react-native component to render a masonry~ish layout for images with support for dynamic columns, progressive image loading, device rotation, on-press handlers, and headers/captions.
MIT License
1.32k stars 157 forks source link

Add props to define priority arrangement #5

Closed brh55 closed 6 years ago

brh55 commented 7 years ago

An API could look something like such:

props.priority or props.arrangement:

srameshr commented 7 years ago

@brh55 Is this in progress?

brh55 commented 7 years ago

Not currently, some of these options do require a bit of work to develop. Open for grabs.

srameshr commented 7 years ago

@brh55 Its not ordering by default as of now.