[dev-launcher] Update user avatars to use the same logic as the website (#23114)# Why Closes ENG-7614 # How This PR adds a building icon to `dev-client-components` (the same one used on
[dev-launcher] Update user avatars to use the same logic as the website (#23114)# Why Closes ENG-7614 # How This PR adds a building icon to `dev-client-components` (the same one used on the website) and adds a `Avatar` component to `dev-launcher` to handle all the logic for rendering an account avatar. # Test Plan Run dev-client through bare-expo <table> <tr><th>Android</th><th>iOS</th></tr> <tr> <td> <video src="https://github.com/expo/expo/assets/11707729/f1ce2d4f-a1e1-4988-85d7-5250a3a2ad23"/> </td> <td> <video src="https://github.com/expo/expo/assets/11707729/d5a7df31-2dd8-47ce-8580-f4a0b7e1cf5b" /> </td> </tr> </table> # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
show more ...
[dev-launcher] Add support for SSO users (#22873)
[cli][packages] unify the default dev server port to 8081 (#22880)# Why for historical reasons, when running `npx expo start` the dev-server listens to port 19000, and running `npx expo start --
[cli][packages] unify the default dev server port to 8081 (#22880)# Why for historical reasons, when running `npx expo start` the dev-server listens to port 19000, and running `npx expo start --dev-client` it listens to port 8081. since we are now on our effort to deprecate `--dev-client` option, it is better to unify the listening port. close ENG-8936 # How - update packages/**/*.ts for port 19000 -> 8081 - search more occurrences for 19000 to 8081 # Test Plan - ci passed - bare-expo - unversioned expo go + ncl
[dev-launcher] Improve URL input validation responsiveness (#22786)# Why Closes ENG-7616 # How Improve URL input validation responsiveness by debouncing the `onChangeText` function # T
[dev-launcher] Improve URL input validation responsiveness (#22786)# Why Closes ENG-7616 # How Improve URL input validation responsiveness by debouncing the `onChangeText` function # Test Plan Run dev-launcher locally through bare-expo <table> <tr><th>iOS</th><th>Android</th></tr> <tr> <td> <video src="https://github.com/expo/expo/assets/11707729/9414318d-fc3a-45e5-b018-9726811ed53d"/> </td> <td> <video src="https://github.com/expo/expo/assets/11707729/b0806be9-0d9b-44e6-b8a7-c42dbaa2b34c" /> </td> </tr> </table> # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
[dev-client-components] Update button animation to fade instead of bounce (#22681)# Why Closes ENG-8719 # How This PR introduces 2 new components to replace the existing `ScaleOnPressCont
[dev-client-components] Update button animation to fade instead of bounce (#22681)# Why Closes ENG-8719 # How This PR introduces 2 new components to replace the existing `ScaleOnPressContainer` Button, `FadeOnPressContainer` and `HighlightOnPressContainer`. # Test Plan Run dev-client through bare-expo <table> <tr><th>iOS</th><th>Android</th></tr> <tr> <td> <video src="https://github.com/expo/expo/assets/11707729/118964bc-d8fa-4c66-aa9c-dc47a44761b2"/> </td> <td> <video src="https://github.com/expo/expo/assets/11707729/cda9ae84-9e51-4dc3-b35f-db49622df913" /> </td> </tr> </table> # Checklist <!-- Please check the appropriate items below if they apply to your diff. This is required for changes to Expo modules. --> - [ ] Documentation is up to date to reflect these changes (eg: https://docs.expo.dev and README.md). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin).
[expo-dev-laucher] update start command instructions (#20985)
[dev-client] Fix rnscreen was not found in the UIManager & rebuild js
[dev-launcher] ui updates for landscape orientation (#19010)Co-authored-by: Eric Samelson <[email protected]>
[dev-launcher] add organizations to account selector (#18152)
[dev-launcher] add button to clear recently opened apps, update UI to… (#17633)Co-authored-by: Łukasz Kosmaty <[email protected]> Co-authored-by: Eric Samelson <[email protected].
[dev-launcher] add button to clear recently opened apps, update UI to… (#17633)Co-authored-by: Łukasz Kosmaty <[email protected]> Co-authored-by: Eric Samelson <[email protected]>
[dev-launcher] fix nextPage logic in getBranches and address minor vi… (#17537)
[dev-launcher][dev-menu] cleanup UI (#17326)
[dev-launcher] handle experience id error in extensions preview (#17314)
[dev-launcher][dev-menu] UI improvements based on user feedback (#17203)
[dev-launcher] load EAS updates via manifestPermalink (#17031)
[dev-launcher] remove safe-area-provider shim in favor of rn-safe-area (#16964)
[dev-launcher] add inter font to dev-launcher (#16840)
[dev-launcher] feature-gate EAS Updates panel (#16934)
[dev-launcher] add kitchen sink screen for debugging / component development (#16915)
[dev-launcher] implement EAS updates extension panel (#16718)Co-authored-by: Eric Samelson <[email protected]>
[dcc] simplify theme-ing for dcc, fix tests (#16608)
[dev-launcher] fix header layout issue (#16474)
[dev-launcher][dev-menu] changes based on Jons feedback (#16440)
[dev-launcher][dev-menu] update dark mode styles (#16427)
Revert "[dev-launcher] update dark mode styles"This reverts commit 79d077a56ee63e0bc90eb0d2805318fce42ba630.
12