How to build multiple apps from one project

How to build multiple apps from one project with different app name, icon, settings, etc… Using Expo React Native.

Hi. I think what you’re looking or is probably this:

This way your app.config.js can return different config parameters depending on e.g. an environment variable.

@wodin Hi, I need to develop the app builder website.

We are analyzed and implement the expo app with react native functionality.

Expo build also completed.

But now we struggling on how to build user based app build.

For example user 1 make the app with vertical menu.

then user 2 make the app with horizontal menu.

Now how to build separate app.

Can you please help me?