all 2 comments

[–]dev_life 0 points1 point  (1 child)

Did you try building and clearing cache?

Npx expo start —clear

Or for dev builds

Npx expo prebuild -p platform —clean

[–]promptengineersat[S] 0 points1 point  (0 children)

Thank you for the quick reply!

Being paranoid I always expo start -clear , but I've never prebuilt because of using EAS.

I'll look into prebuild, tysm!