Various build options / flavors for a ReactNative app using Expo

I need to make a responsive native app that will be used to build other apps using the same code (changing some logos, colors, multiple functions as appropriate, etc.)

In Android with Java, I have used flavors, but with Expo to create build variant on Android and iOS and not to duplicate code / projects, I'm not sure how I can do this correctly. Any best practice?

+3


source to share





All Articles