Hi there, I have an app that I'm working on which is a white label application. One code base but multiple flavours.
With each flavour, the difference will be in the following files:
- stylesheet
- index
- environment.js
Is it possible to achieve this? and if so, how would I go about doing that? Currently what I have in place is one repo but with two app branches, each being a flavour. Its not ideal because when it comes to merging code between apps, I end up breaking my code.