-
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
Some images are not showing in Android. #73
Comments
@kkotkkio Appreciate the extensive issue with the screenshots! Some possibilities are:
|
Pull v0.4.5 to see if this fixes issues tied to the second bullet. |
@brh55 Thank you for answer. I checked the volume of image files that I download. And I saw log but no error, no warning. So, I tried 'npm uninstall' and 'npm reinstall' like below. (I got it 'v0.4.5') And I tried 'npm ls', like below. What is "peer dep missing"? I miss something? |
Other issues are solved but the left images still be not showing in Android. |
@kkotkkio, @brh55
I found out that during initialization it renders in a normal way, but caching makes it not work on Android, so I just tested to disable cache and it works. |
Can you try the If the |
On Android, it only shows pics of one side, sometimes left, sometimes right. How do we fix it? |
react-native-masonry using resizeMethod: 'auto' in Brick.js, you can try to change this property to resizeMethod: 'resize' |
I managed to solve it with @alpamys-qanybet solution. But images are not being cached now. Any plans for a clean fix for android? |
I'm in the same situation as @zamponotiropita... Please, any clean fix? |
This is still an issue. Did anyone find a proper solution? |
Same problem for me |
Only if I use "columns={1}" it works as expected |
I ran iPhone on simulator, It is well like this.
But when i ran android device, It is not working like this.
My Spec.
Entire code.
Please help..
The text was updated successfully, but these errors were encountered: