Download Project

Please provide the following:

  1. SDK Version: expo": “~36.0.0”,
  2. Platforms(Android/iOS/web/all): all

How do I download my published project? Git has corrupted my project files and the last good configuration is the build version on my profile. I have looked everywhere but can’t see anything. Thanks.

there is no way to download your source code in its original form from the published project. what is uploaded to expo servers is a minified and optimized version of your app, combined into one js file. try using git reflog to find the last good point in your project. it’s very hard to actually lose anything that you have committed to git.

Thanks for your reply, I appreciate it. Its probably b/c I am having internet issues here that has caused chaos through my git and expo cli. Even npm is giving me errors every other command.

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