EAS Build built raw package

Hello guys, I have a package where I did a lot of changes on the code. The app is working well If I do expo start and go to my phone, but when I build it using ‘eas build’ it seems to be building the raw package (as I downloaded it). So no of my changes are applied to it.

Any idea of how to solve it? The code of the package is correctly, with all my changes but when I build it, it seems to be the raw package as I downloaded it.

Hey @nxtzbr, it sounds like this is due to either you not using updates or having your updates misconfigured. I would suggest reading through these docs:

Introduction to EAS Update - Expo Documentation (If you’re using eas update)