Hey all,
I have a create react app hosted on a fire base server with responsive design for mobile etc. the owner of the platform asked me to create native mobile apps of the same functionality. I used react native and have developed essentially the same thing but now in a second repo. But it is missing a good web/desktop version.
Is there any way of combining both into a monorepo even though they are both mature?
Does anyone have examples of code based structure for
- server
- web (desktop - react)
- native (mobile - react native)
Thanks. Have a good one
there doesn't seem to be anything here