Moving Expo app to a new repo

Apologies if this is posted in the wrong place – is there a version of expo init that can be used for an existing Expo app (e.g. one that is already uploading to TestFlight, etc.).

I’m essentially trying to create a brand new repo, keep an existing repo for reference, but then have that new repo be the source of the truth for my existing app. Any guidance or pointers would be greatly appreciated!

Hi! as long as the owner (defaults to the currently logged in user on expo-cli and eas-cli), and slug in your app.json are the same, that will be the same “project” as far as Expo knows. You should also keep the bundleIdentifier and android package the same

1 Like

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