-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Masonry fails to render all columns (except the last) on reload on Android only #93
Comments
Did you resolved it ? |
Any progress on this? Having troubles with this issue as well |
temporary solution
|
The same thing happens to me but @vijaychouhan-rails solutions do not work for me :/, any help? |
See the same issue on iOS. Need help ! Setting the columns to 3 and then back to 2 is not the correct way to handle this... |
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
the expected behaviour should be that the masonry is rendered correctly
Current Behavior
when you refresh the app, the masonry fails to render all but the last column
Possible Solution
inspecting the code, it seems that all the bricks are given a width and height of 'Nan', but only the bricks in the last column get called with "_setParentDimensions" in Mansonry.js.
Steps to Reproduce
Link to the expo repo:
https://snack.expo.io/BJITHeTm7
Make sure the preview is activated and the phone used for the preview is an android.
Context (Environment)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: