Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does expo-dev-client build auto reload?

I'm trying to use expo-dev-client to develop my app. The app hasn't contained native dependency yet. After following the set up in the Expo document, I lasted run the command '''eas build --platform ios --profile preview'''. It built an app. Then I installed the app on my IOS simulator. (I haven't registered my iPhone to ad hoc). The app now has the newest source code. But after editing and saving new source code, the app installed on the simulator didn't update. So, does expo-dev-client build auto-reload? Or how to update the newest code to the installed app on my IOS simulator?

like image 698
Linh Ha Avatar asked Sep 17 '25 08:09

Linh Ha


1 Answers

No, you have to re-build it when you have a new release. I recommend checcking https://docs.expo.dev/workflow/publishing/ You can see the changes when the code isn't builder with the simulator

like image 129
P Purcinelli Avatar answered Sep 19 '25 23:09

P Purcinelli