zehfernandes / react-native-3dcube-navigation

MIT License
283 stars 48 forks source link

Lazy Loading #13

Closed zek closed 1 year ago

zek commented 5 years ago

Is it possible to implement a lazy loading feature? Right now I am using your library for story viewing as instagram does.

Some people has video stories so that would be a problem if 50+ users has video stories.

What do you think about it? Maybe even we could have something like removeClippedSubviews.

zehfernandes commented 5 years ago

Hmmm. That's make a lot of sense. Maybe a method to add a new view without re-render the entire component. 🤔

zek commented 5 years ago

Actually I got no idea how to implement it I am not an expert on react native :/

zek commented 5 years ago

I inspected a bit https://github.com/archriss/react-native-snap-carousel They use flatlist. Can we also implement flatlist?