Accidentally deleted Expo RN project, how to recover it?

Hi,

After finishing an Expo RN project and uploaded it to Expo’s servers, I have accidentally delete the local version in my machine. Is it possible to get the JS files back from the copy saved at Expo’s servers??

Thank you.

we intentionally do not upload your raw project source code to our servers - expo-cli only uploads transpiled, minified, and mangled source code. for you sadly this means we cannot recover your source code. it’s unlikely the transpiled source will be of much use to you but if you want to have a look you can access it by going to the manifest for your project like this: https://expo.io/@react-navigation/NavigationPlayground/index.exp?sdkVersion=35.0.0 – just replace @react-navigation with your username and NavigationPlayground with your project slug, and 35.0.0 with whatever sdk version you published your project with