Using Match and Supply with Fastlane?

I have everything set up great using Expo and Fastlane to deploy to the AppStore and Play stores.

However, there are times where other developers in my company will need to deploy as well, meaning they will need their own credentials.

We’ve been using Match for ios and Supply for android on all of our non-Expo RN apps, which lets us use one private set of credentials across multiple developers. This is our company’s first time trying out Expo for a RN app, and I’ve loved it so far, but this could be a roadblock requiring us to eject.

Has anyone tried using these with Expo? Normal setup requires modifying the app/mobile/ios and app/mobile/android fastlane configs that a normal RN app has, but Expo apps dont.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.