Is there a way to use an expo app inside a native app?

I need to provide an app to a third party that will include it on its app. Their app are built with native languages and our app in React native with expo. When a user touch a specific button, they will be sent to a different flow (our app).
I know this can be done with an ejected app as explained here: Integration with Existing Apps · React Native
but I guess it can’t be done with an expo app.

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