Building multiple user interfaces for same app

Viewed 41

I'm working on a client requirement to have multiple builds of the same app only with basic interface differences between them (logo, colors, labels). In the current scenario, the client already has multiple apps (each one with his own git project) deployed on App Store and Google Play, leading to a high effort to release new updates.

My team needs to unify those apps' codebase, and we are currently looking for a solution to, maybe in the build phase, select which UI we want to deploy. We are building native, but we can consider moving to react native or flutter.

Is there any way to pass build parameters so I can select each color, or each interface the app will be built?

1 Answers
Related