[dev-client] Rebuild app js
[expo-dev-launcher] Fix bundled images (#12668)Co-authored-by: Łukasz Kosmaty <[email protected]>
[expo-dev-launcher] Temporarily remove images
[expo-dev-client] Rebuild js
[dev-launcher] Fix logs & add swift flag (#11720)# Why Fixes console logs in the dev-launcher, adds the swift flag, exports manifest via `expo-constants`. # How According to https://www.
[dev-launcher] Fix logs & add swift flag (#11720)# Why Fixes console logs in the dev-launcher, adds the swift flag, exports manifest via `expo-constants`. # How According to https://www.notion.so/expo/1-20-20-Dev-Client-Sync-fe9068d2a318486d95df24fa04e4b29d#d20c8ffc83e74697b1d339830aded4c7. # Test Plan - bare-expo ✅
show more ...
[dev-launcher] Add local packagers detection (#11708)# Why Adds local packagers detection to make simulator flow better. **Note: it's a temporary solution but for now, this should be enough.**
[dev-launcher] Add local packagers detection (#11708)# Why Adds local packagers detection to make simulator flow better. **Note: it's a temporary solution but for now, this should be enough.** # How - Pings localhost to check if packager is running. # Test Plan - bare-expo ✅
[dev-menu] Make error messages less verbose (#11667)# Why Makes error messages less verbose - https://www.notion.so/expo/1-14-20-Dev-Client-Sync-0fa32f76ba9345c99f6ca57918528b1c#af6a975d2d2b4e7a
[dev-menu] Make error messages less verbose (#11667)# Why Makes error messages less verbose - https://www.notion.so/expo/1-14-20-Dev-Client-Sync-0fa32f76ba9345c99f6ca57918528b1c#af6a975d2d2b4e7a87c5f017deb89f6e.
[dev-launcher] Remove from release builds (#11271)# Why We don't want to include the `dev-launcher` in the release build. # How Similar to https://github.com/expo/expo/pull/10091 and https
[dev-launcher] Remove from release builds (#11271)# Why We don't want to include the `dev-launcher` in the release build. # How Similar to https://github.com/expo/expo/pull/10091 and https://github.com/expo/expo/pull/10087. > Note: This PR only contains changes connected to Android. We don't need to do anything else then adding `expo-dev-launcher` as debug dependency on iOS (`pod 'expo-dev-launcher', path: '../../../packages/expo-dev-launcher', :configurations => :debug`) # Test Plan - bare-expo (in debug & release) ✅