How can we achieve opening a React Native Android app within my native Android Application which makes the other application (React Native Application) looks like it belongs to the same main application package (Android Studio Package)? I also want to send and receive data back on onBackPress event?
I have followed below Medium URL but I am unable to achieve the desired behaviour.
Medium URL