Open pesterhazy opened 8 years ago
In addition, how are you supposed to use premptiveLoading
if it can conflict with scrollRenderAheadDistance
?
@pesterhazy - Any chance you have time to submit a PR that uses those constants in SGListView
? I'm super booked unfortunately.
With RN 0.30.0, warnings appear about the two props mentioned in the title:
It's easy to get rid of the warnings by adding the default values (1000 and [], respectively).
This is the relevant bit in the RN code: https://github.com/facebook/react-native/blob/975d196c67dfbe657e9027eb96c9d6ab218c9f17/Libraries/CustomComponents/ListView/ListView.js#L247-L256
Ideally these should not be required props for SGListView as they have default values in the ListView code.
Thanks for the life-saving module!