I am working on implementing a feature where I will be having two different apps (i.e., appA and aapB) where appA is built on react-native(android/ios) and appB is built on Android native(java)/iOS native(Objective C).
I want the two apps to communicate within the same mobile device, if I make any changes on the react-native app, the same should replicate on native app as well or send some data to the other app so that I can handle the necessary changes.