So I have a React Native app developed using Expo and I have to somehow integrate it with other React Native app that doesn't use Expo. An additional requirement is that this other app (without Expo) needs to stay somewhat independent, that is, there has to be the possibility of developing independently and using it as a standalone app. One idea that I have is to create a third app and include those two in it as some kind of dependency. But I don't really know if it's possible and how to even start doing it. Searching the internet doesn't really help. Is such a kind of merge even a thing? Can I somehow treat a whole app as a component and include two such components in a third app? Or maybe I have to extract components from these two apps and build the third with them? It is actually my first encounter with React Native, so I would be grateful for any guidance.
from Merge/combine two React Native apps into one app
No comments:
Post a Comment