Is there a way to Integrate over the air upgrade in bare project?

I initialised a bare project and would like to integrate the over the air upgrade.

I am able to run expo publish command but it seems over the air upgrade is not configured e.g. can’t find EXShell.plist.

Is there any way to implement over the air upgrade in my project?

Thanks,

Not currently, unless you implement it yourself.

But it’s being worked on here:

https://github.com/expo/expo/issues/6517

Until that’s done I think you can use something like Microsoft CodePush: