expo run:ios restart to kick off build process?

If I install a new module that contains a native code while running expo run:ios do I have to re-run the command to kick start a build process?

If the new module you are installing requires you to manipulate native code or add a config plugin (that is in any way, ios or android folders touched), you will have to re-run the build command.