Notify User about update if new update published

First of all thanks to Expo for providing Over the air for the apps! I am new to Expo and react native :slight_smile:

I want to know is there any way to notify the user about a new update, like always on the first load of the app the users see the old information and the app downloads new JS bundles at that time and the new update is seen on 2nd use of the app.

Is there any way to notify the user if JS bundles are updated and to restart the app for the new update?
like showing pop up?

I think you should be able to create the UI you describe using the Updates API we recently released. Please post back if you have issues using it!

1 Like

Thanks i was looking for that only :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.