Flipkart / recyclerlistview

High performance listview for React Native and web!
Apache License 2.0
5.17k stars 420 forks source link

Npe fix #737

Closed naqvitalha closed 1 year ago

naqvitalha commented 1 year ago

RLV breaks if you pass an empty data array to it when layout size prop is being used. Fix is a simple null check.