Jacse / react-native-app-intro-slider

Simple and configurable app introduction slider for react native
MIT License
1.66k stars 330 forks source link

add lazy props for screen rendering #210

Open jinicode opened 4 years ago

jinicode commented 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 .

Jacse commented 4 years ago

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.