I changed the name of a React Native/Expo app and wanted to change the slug to go with it, but got the error "CombinedError: [GraphQL] Experience with name ‘@—–/newName’ does not exist". Using the old slug, it still works. Is there any way to rebuild the app with a different slug?
Question posted in React native
The official React Native documentation can be found here.
The official React Native documentation can be found here.
2
Answers
Just had this same problem.
This seems to have worked for me, hope it helps.
NEW UPDATE
Goto app.json. Find slug name and "extra": {
"eas": {
"projectId": your previous ID
}
},
Change to new slug name and also new project ID
You can find your NEW slug name and Project ID here