Detach to Swift Project / Use Expo SDK in Swift Project

I have an app written heavily in Swift.

I wish to add the code-push feature that Expo provides.

What ways are there to get Expo (or React-Native) working in Swift projects?

The React UI in RN is just like a single RCTView, you can think of. So you can just take that and make it a subView wherever you want in your Swift app

1 Like