I have a question that I would like to ask here to see your opinions. I have an app in react native, with the same repository, could I make two different deployments of two different applications and different names using the same repository? All of this would be in order to avoid having to clone the same repository, and not pass the changes by hand every time you update one of them when at the end of the day only colors and some functionalities change.
Until now I haven’t tried how to do it.