-
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
Any slides after the sixth item aren't visible #193
Comments
I'm gonna need way more info than that to be of any help. Your exact set up would be a good start. I will also need to know:
I also recommend taking a look at #145, and particularly at this comment. |
Emm... I have the same problem before, it seems the VirtualizedList problem..
Code:
|
Amazing @Aliveing !!!!!! Literally just as i sat down to set up an example you saved me the time! |
@Aliveing As stated in the doc, Note that I won't set it to |
Hello, Can you please reopen this issue so it can be investigated? The proposed solution is not OK - it completely destroys the concept of Virtualized List. I have lists with more than 100 complex items. If I am to render them all initially the component becomes useless. I have tried all different settings and properties to no success. I am always getting the next 6 items rendered and that's it. The previous are not loaded and after the sixth - nothing. If I change the initial number to lower than 6 I get only these shown. I am going to experiment a bit with the FlatList component now to check if it's not the root of the problem and will write again. My setup is: "react-native": "0.48.4" |
Hi @WienerGames, I'm ok to reopen the issue, but I would appreciate if one of you guys could provide a reproductible example since I haven't been able to reproduce the matter on my own. By the look of it, it seems to be an issue of the Just a quick test: does it help if you set |
Hey @bd-arc, Thanks for the quick reply! I will send you our project in a personal message so you can check it out. As for the apparitionDelay - we tried setting it to 0 but it didn't help. I have added logs to both item class constructor and mount methods but both are only triggered 6 times in the beginning and not any more when scrolling. |
I think the conclusions of @PublicParadise in this React Native issue are really interesting. I'll try to implement his suggestion of getting rid of |
The issue should be fixed by this commit. To try it out, just copy/paste the following in your
@WienerGames @eurobob Can you confirm that it works for you? @WienerGames I've implemented the fix that we've discussed in private, while trying to guard against a few potential issues. Let me know if this looks legit to you ;-) |
@WienerGames Do you mind telling me if the fix also works while adding |
Closing as no further feedback was provided. |
Hardly think that 5 days is an appropriate grace period. I've been on holiday so haven't seen the responses. I will report back when i've had a chance to test out the supposed fix |
@eurobob While I would normally agree with you, you need to take into account that:
Let's focus on the good news, shall we? The issue should be fixed, but do not hesitate to let me know how it goes for you ;-) |
@bd-arc I'm using this component from the last 1 to 2 months and everything works fine as expected. but from the last 2 days i'm facing this issue only in android. in IOS it works fine. My code is written as My react native version = 0.57.1 and plugin version : "^3.7.5" |
@WienerGames can you please tell how it worked for you. here if i use initialNumToRender props, As you mentioned for large data there us a virtualized list issue. how you have fixed this. |
@saikiranoptisol If you haven't updated either the plugin version or the RN version, I don't know how to help you. Can you provide a Snack example in which the issue can be reproduced? |
@bd-arc As i said earlier from past 2 months i was using same reactnative version 0.57.1 and plugin version ^3.7.5. i havent faced this issue previously but now i'm facing this issue. if i check with the previous builds also now this issue is happening which is not happening previously. |
Same here |
Title says it all. The carousel still works and holds space, but the content doesn't appear
The text was updated successfully, but these errors were encountered: