Updating app and publishing new app

I’ve built an app using Expo, published in the google and apple stores - and update it by republishing with Expo. Now, I’ve been asked to duplicate the app for my university and add new features - so I duplicated the folder and I’m about to publish it (not submit to the stores, simply publish it on Expo). I want to make sure I don’t overwrite by current app - so my question is what has to change in app.json - clearly the name needs to be different, but is the critical step that the slug is different - or what else needs to change?

slug is the only field you have to update!

1 Like

Thanks…this is helpful

2 Likes