Flipkart / recyclerlistview

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

Fix stable id extra compute and proptypes #743

Closed naqvitalha closed 1 year ago

naqvitalha commented 1 year ago

Description

Once the data provider is cloned it sets hasStableIds to true due to which extra compute is done which is useless if stable ids are indices. This PR fixes the issue.

Also, fixed the proptype for extrenalScrollView