Kevin Brown
Kevin Brown
https://github.com/archriss/react-native-snap-carousel/blob/master/doc/TIPS_AND_TRICKS.md#optimizing-performance If you're having a problem not solved by those points please provide a reproduction so we can see what's happening.
Of course @rossjohnsonMP, if you use a scroll view then with 2000 complex items you'll probably run out of memory.
That’s a workaround we could definitely try @gh974, but I’m hoping that as flatlist is a virtual list that we don’t have to resort to rendering everything ever, or it’ll...
Hey @rtalwork, I tried your branch both in my app and with a local copy of the snack I posted at the top of the issue and saw the same...
@rtalwork I'll have a go when I get a chance. At this stage I'm just looking to solve my problem, but I would say in regards to the longer term...
Hey @rtalwork, I'm trying to replicate what you're doing to solve this problem, and I keep getting: ``` E/ReactNativeJS: TypeError: TypeError: undefined is not an object (evaluating 'this.props.itemWidth') This error...
I got it working in my app by replicating what @GH974 did. Will leave this open until there's a PR to fix it in the core carousel.
I tried to do a PR for the carousel and couldn’t reliably get access to its props for passing down to FlatList for some reason. I worked around it as...
Sure: https://github.com/archriss/react-native-snap-carousel/issues/538#issuecomment-507552623
I'm getting this after deleting the `yarn.lock` file. Any other fixes?