iPad app via expo

I’ve built an iPhone app using expo and it’s done away with the need to touch Xcode for the most part
My question is:
If I want to create an iPad version of my app can I also use the simple expo workflow for an iPad app?
( if so is this documented somewhere ? Where would I start ?)

Yes, it’s exactly the same, except for the screen size.

Also, see the following options under the ios section in app.json:

For the managed workflow, ignore the mentions of “Bare workflow” in the above docs.

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