sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

Failed prop type: Required prop `scrollRenderAheadDistance` was not specified in `SGListView` #43

Closed loren325 closed 7 years ago

loren325 commented 7 years ago

Warning: Failed prop type: Required prop scrollRenderAheadDistance was not specified in SGListView.

roysG commented 7 years ago

just set some number, for example: <SGListView ... ... scrollRenderAheadDistance = {340}

loren325 commented 7 years ago

Thanks!