PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
815 stars 161 forks source link

Is there any way to implement Lazy Loading Component? #344

Open afrazz opened 1 year ago

afrazz commented 1 year ago

<Tabs.Container lazy={true}

{children} </Tabs.Container>

I want to implement Loader for lazy loading Tab Item

nica0012 commented 10 months ago

Anything on this??