jsoendermann / rn-section-list-get-item-layout

:black_square_button: Easy getItemLayout props for react-native SectionLists.
https://medium.com/@jsoendermann/sectionlist-and-getitemlayout-2293b0b916fb
Other
221 stars 32 forks source link

after set getitemlayout,SectionList not render all items #11

Open Ariel08081214 opened 6 years ago

Ariel08081214 commented 6 years ago

after set getitemlayout,SectionList only show the data of the first page,

jsoendermann commented 6 years ago

Hi @danna88 can you make a repro so I can see the problem?

benseitz commented 6 years ago

This might be related to https://github.com/facebook/react-native/issues/15734

I got the same problem.

pkhien95 commented 6 years ago

Same problem here. Other items are only rendered when I scroll down. And scrollToLocation did not work after that too.

raykle commented 5 years ago

@benseitz

This might be related to facebook/react-native#15734

WTF! The issue is closed by FB, and marked Resolved???

benseitz commented 5 years ago

WTF! The issue is closed by FB, and marked Resolved???

Unfortunately yes.... let's hope that facebook reopens the issue...

VolodymyrErsteniuk commented 4 years ago

Try to set initialNumToRender to a higher number than default. Hope that will help