Pushpaje
Pushpaje2w ago

How can we collaborate accross diffrent repos

I am currently developing a project that consists of two parts: Web Admin Panel - Used for managing and overseeing the system. React native App - The main application for end users. The issue I'm facing is related to maintaining a shared codebase for these two platforms. Whenever I work on the react native app, the web admin panel starts throwing errors due to changes I make for the react native features or configurations. Similarly, if I focus on the web admin panel, the Android app encounters compatibility issues. Current Approach: To temporarily solve this, I find myself copying and pasting project files between separate directories for the web and Android versions. While this works in the short term, it is inefficient and error-prone. one of the approach is using mono repo but a part from this is their any other soln.
2 Replies
Convex Bot
Convex Bot2w ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
sshader
sshader7d ago
Have you seen https://docs.convex.dev/production/multiple-repos ? Not sure if it's what you're looking for but potentially related
Multiple Repositories | Convex Developer Hub
Use Convex in multiple repositories

Did you find this page helpful?