Is it possible to retrieve app.js file from android device on which I ran my app

I didn’t save my app else where but on my PC and my hard drive died… Is it possible to get my app.js file from my phone data on which I ran my app on, because I see that app size changed after running the app on device. Would be great if somebody have some suggestions. Thanks.

Standalone apps made with Expo and Expo’s servers store only the built version of your JS (bundled for production and minified), not your original source code. If you tell us your Expo developer account name and your project name, we can give you a link to that JS, but Expo doesn’t have your original source code.

1 Like

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