azimgd / shadowlist

60fps, high-performance list for React Native.
MIT License
92 stars 1 forks source link

Shadowlist is not scrolling #2

Closed Rohit3523 closed 4 months ago

Rohit3523 commented 4 months ago

I tried the example code and shadowlist is not scrolling but it is working fine for flatlist and flashlist

React Native Version: 0.74.0

azimgd commented 4 months ago

Could you make sure ShadowListContainer occupies fixed height (e.g. full viewport) this could be adjusted in the same way as you do on FlatList via contentContainerStyle.

azimgd commented 4 months ago

Additionally you could find a demo showcasing the functionality here. Please send me a reproducible snippet so I can provide you a better assistance. Thanks!

RohitBansal272 commented 4 months ago

I have used the same code (did copy and paste) from the example directory

azimgd commented 4 months ago

Interesting, would you mind installing v0.0.2 and try again please?

Rohit3523 commented 4 months ago

Still same issue

Rohit3523 commented 4 months ago

Just noticed when i click on "Load more" button, it gives me react error (i have attached the image) Screenshot_1715809617

Rohit3523 commented 4 months ago

I will be available after 6 hours to test it again. Take your time to find and fix it :)

azimgd commented 4 months ago

Missed that you are running it on Android, which is currently not supported. I expect to have it done within couple weeks. Thanks!