Hi, there are a lot of questions and discussions about white spaces / blank. In my case I accidentally solved the problem with the following method. No matter how fast I scroll, the white space does not appear. I don't know why but my problem was solved with slice() . Can you confirm too?
Example:
const data = myData.slice(0);
<FlashList
data={data}
Hi, there are a lot of questions and discussions about white spaces / blank. In my case I accidentally solved the problem with the following method. No matter how fast I scroll, the white space does not appear. I don't know why but my problem was solved with slice() . Can you confirm too?
Example: