callstack / super-app-showcase

Monorepository template for super app development with React Native and Re.Pack
MIT License
382 stars 63 forks source link

How to remove the downloaded bundles after certain time of inactivity #70

Closed saravanan6137 closed 8 months ago

saravanan6137 commented 8 months ago

Ask your Question

I created a mini app externally and loaded it inside the host app. But I see the bundle is downloaded only the first time. So what happens when the mini app is updated with some features and the host app is still loaded with old version. How do we redownload the mini apps based on the updated version. Also if some mini app is inactive for sometime then is there a way to remove that downloaded mini app bundle.