Currently, we have separate native iOS & native android repos. Say A & B respectively
I am trying to integrate react native in A & B.
I am referring:- https://facebook.github.io/react-native/docs/integration-with-existing-apps.html
Above tutorial is forcing me to create new directory structure with iOS,android & JS folder inside main project. Thus, allowing me to have only 1 repo (see below)
My requirement is: 1)I don't want to hamper directory structure of existing android & iOS repos 2)Can we have separate JS repo "C" ?
See below
Does anyone have the same scenario? How to achieve this?
Thanks

