-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Android only: Image not displayed for the first time or alternatively #236
Comments
Any way i can share a video demo on github? |
Have the same issue on android. Both production and debug builds. |
Hi @meetajhu, Unfortunately, I think it has to do with how the I'll let you know when it's done and then we will be able to run some tests together. |
as i can see this is a tmp solution https://stackoverflow.com/questions/45736887/react-native-images-are-not-getting-rendered/45751391#45751391. Also you can add this prop to flatlist component "removeClippedSubviews={true}". |
@Artem-Klyuev Have you tried the SO solution and does it solves the issue? Because I'm pretty sure that this a I guess |
tried "removeClippedSubviews={true}" on ScrollView component. Still no difference. Facing the same issue |
@meetajhu It should work if you set it to |
This issue is really driving me mad! I've tried using a Anyway, I'm currently hacking my way around it... |
Ok, you can now try branch A new prop You shouldn't have to set |
Tried branch 3.5.0 works properly! |
@meetajhu Thanks for letting me know. They are a few more things I want to implement before publishing version |
@bd-arc Thanks! |
Version |
I can't get my images to load using ParallaxImage even if I set useScrollView to true
|
@buchereli Go through the example properly. https://github.com/archriss/react-native-snap-carousel/tree/master/example |
@buchereli Please refer to the issue template to know which information you should provide to help us help you. In particular:
|
i have got this problem in android and non of these solution works, the problem only goes away when i enable "Debug JS Remotly" |
renderItem for ParallaxImage is little different |
Is this a bug report or a feature request?
Bug Report
Have you read the guidelines regarding bug report?
Yes
Have you read the documentation in its entirety?
Yes
Have you made sure that your issue hasn't already been reported/solved?
Reported before but not what i'm experiencing.
Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?
Android
Is the bug reproducible in a production environment (not a debug one)?
Yes it happens on both debug as well as production release build
Have you been able to reproduce the bug in the provided example?
Yes
Environment
Environment:
React: 16.0.0
React native: 0.51.0
react-native-snap-carousel: 3.4.0
Target Platform:
Android (7.1.1)
iOS (11.2)
Steps to Reproduce
(Write your steps here:)
Expected Behavior
Should render image on the first load
Actual Behavior
When i launch the app it should render or show the images set in entries.js.
Reproducible Demo
https://github.com/archriss/react-native-snap-carousel/tree/master/example
The text was updated successfully, but these errors were encountered: