codingfishman / react-scroll-pagination

MIT License
7 stars 6 forks source link

Multiple scroll pagination at the same time ? #6

Open darkopetrovic opened 7 years ago

darkopetrovic commented 7 years ago

I tried to render two components using this module at the same time but its seems that doesn't work. Same list of items, same time reaching the bottom of the screen, but the seconds list doesn't fires the fetchFunc function.

Is it possible to do that with this component?

Thanks.