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

Column widths not updated after rotation #42

Closed kmcgill88 closed 5 years ago

kmcgill88 commented 7 years ago

To reproduce:

  1. Start app and rotate from portrait to landscape
  2. one column will not be updated while in landscape
  3. Rotate back to portrait and things are fine.

If you are in landscape and toggle a different column size and toggle back to the original size of 2 and continue to rotate things appear to be fine.

I need this functionality and will work on it.

simulator screen shot sep 3 2017 9 14 55 pm simulator screen shot sep 3 2017 9 06 39 pm