react-native-app-intro-slider icon indicating copy to clipboard operation
react-native-app-intro-slider copied to clipboard

add lazy props for screen rendering

Open jinicode opened this issue 4 years ago • 1 comments

Renders a single screen at a time if lazy={true} is passed in props , useful if there are many screens to be rendered .

jinicode avatar Aug 11 '20 11:08 jinicode

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.

Jacse avatar Oct 01 '20 07:10 Jacse