Open jinicode opened 4 years ago
Renders a single screen at a time if lazy={true} is passed in props , useful if there are many screens to be rendered .
I don't think there's a reason to add this when the user can just use initialNumToRender themselves with more control over the rendering process.
initialNumToRender
Renders a single screen at a time if lazy={true} is passed in props , useful if there are many screens to be rendered .