DEV Community

parmardhavalec
parmardhavalec

Posted on

The requirement is to wrap the child app in a container to be used inside the parent app.

We have 2 independent react native applications, a parent and a child application. The requirement is to wrap the child app in a container to be used inside the parent app. The child app should be accessible from the parent app in such a way that the child app opens and operates inside the parent app without triggering a launch as a separate independent app as in the case of deep linking.

Any suggestions?
we have already tried creating child application's tgz file and import it into parent but while child has any dependencies then it start creating issues.

Any help is much appreciated.. Thanks in advance

Top comments (1)

Collapse
 
nickfotopoulos profile image
Nick Fotopoulos • Edited