Can I create an Expo app to overwrite an older app using the same package id?

I have a legacy app that was not created using Expo. It is already on both stores. I then want to create a bare workflow app using the same package id so that I can overwrite it. Is this possible?

yup, you can do this. use the same keystore to sign it on android and you’re good to go

On the Expo website there is a location to add credentials for Android. I assume if I add application identifier and upload my keystore it will automatically get picked up? I am using eas to build.

correct

Hi @joshua-revolution

This works the same way with managed workflow apps too, of course.