How to get source code of my published app?

Hi, I accidentally deleted all my code of my current app and did not have any backup. However, my app was published to expo. Is there any possible way I can get my source code back from Expo? Thanks in advance.

Hey @jason_khan,

Unfortunately it is not possible. The only thing that is stored is a minified bundle, not your source code. If you don’t already, I strongly suggest using some cloud repository hosting service such as github.

Cheers,
Adam

Thanks for the reply.
I thought i pushed it to the github but sadly i didn’t. I swear i’ll never rm -rf again.
How can I get the minified bundle?

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