I have a React Native app.
I realized I didn't inject any code to restart app in certain condition
(e.g. when update detected, force restart, reload)
Is there anyway to apply updates to apps in users devices?
Like by command line specifying device id or something?
Thank you.