I am working on two react-native repos at the moment, and they both share an entire navigation section, say blog. Things I need to consider:
Considering all the pros and cons, I am not quite sure if this would be the right way to proceed. Is there a better way of tackling this problem? I could just have the same screen duplicated on both the apps, but this causes the headache of updating both the apps resulting in multiple app store releases.
Any suggestions would be really helpful. Thank you.