Using multiple app.json variants with ExpoKit

Hi,

We have a Managed Expo project that we’re using multiple app.json files with to build variants for different customers / branding.

Is there a recommended way to continue doing this once ejected?

Both the Android and iOS projects fail to build if app.json is not in the top-level (even though expo eject does support the --config= parameter). And I guess there are some native files that are generated during eject based on the contents of the app.json used.

Would love to hear from anyone who has been through this and come up with a nice way of doing it.

Thanks.