st0ffern / react-native-optimized-flatlist

Optimization for complex and slow React Native FlatLists
MIT License
259 stars 47 forks source link

Cannot read property 'width' of undefined #1

Closed binzailani3136 closed 6 years ago

binzailani3136 commented 7 years ago

You did a good job. I've tried your library on my code and it still looks a little weird sometimes when scrolling up and down. If I suddenly scroll up, it doesn't displays upper list items and if i try scrolling gesture rapidly many times, it shows me such error. Please have a look. screen shot 2017-05-08 at 10 50 48 am

st0ffern commented 7 years ago

hm, looks like the onLayout function fails to measure the item size. Can you make a reproduction repo of it?

st0ffern commented 7 years ago

@binzailani3136 did you solve this issue?

pvsousalima commented 7 years ago

I am having the same error here!

binzailani3136 commented 7 years ago

I wasn't able to solve this issue.

satish25 commented 6 years ago

Even I'm facing the same issue

DavidFP commented 3 years ago

I am having the same error here!

Me too