react-native-app-intro-slider
react-native-app-intro-slider copied to clipboard
add lazy props for screen rendering
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.