[dev-launcher] Update dev session default ports to check (#24380)# Why Closes ENG-10063 # How Update default ports to `[8081, 8082, 8083, 8084, 8085, 19000, 19001, 19002]` # Test Plan
[dev-launcher] Update dev session default ports to check (#24380)# Why Closes ENG-10063 # How Update default ports to `[8081, 8082, 8083, 8084, 8085, 19000, 19001, 19002]` # Test Plan Run `dev-client` locally on iOS and Android through bare-expo # 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). --------- Co-authored-by: Expo Bot <[email protected]>
show more ...
[dev-launcher] Add support for SSO users (#22873)
[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-launcher] Run tsc on bundle (#22866)
[dev-launcher][Android] Add timeout to the `fetchDevSessions` function (#22678)# Why Adds a timeout to the `fetchDevSessions` function. # How At the moment, we rely on the default timeout
[dev-launcher][Android] Add timeout to the `fetchDevSessions` function (#22678)# Why Adds a timeout to the `fetchDevSessions` function. # How At the moment, we rely on the default timeout to retrieve dev sessions, but this negatively impacts user experience. Waiting for the response before displaying the initial UI causes the app to feel slow and unresponsive if the request isn't resolved quickly. I belive that it's better to add a simple timeout for now. # Test Plan - bare-expo ✅
[dev-launcher][ios][android] restore navigation state after opening eas update (#18189)
[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 airplane mode (#17325)
[dev-launcher] load EAS updates via manifestPermalink (#17031)
[dev-launcher] add inter font to dev-launcher (#16840)
[dev-launcher] feature-gate EAS Updates panel (#16934)
[dev-launcher] implement EAS updates extension panel (#16718)Co-authored-by: Eric Samelson <[email protected]>
[dev-launcher] remove dev menu from extra modules (#16562)
[dcc] simplify theme-ing for dcc, fix tests (#16608)
[dev-launcher] Update jest tests
[dev-launcher] Add crash report screen (#16341)# Why Closes ENG-2740 # How Saved crash information on iOS (it was done before on Android) and surface them on the next launch. In case of
[dev-launcher] Add crash report screen (#16341)# Why Closes ENG-2740 # How Saved crash information on iOS (it was done before on Android) and surface them on the next launch. In case of a crash, on the main screen, you will see the information that something went wrong and after taping it, you will see a crash report screen. > Note: The design isn't final but should be good enough for now.
[dev-launcher][dev-menu] move queryDevSessions into react app (#16276)
[dev-launcher] move session fns from dev-menu to dev-launcher i (#16124)
[dev-launcher] remove unused code and rebundle (#16068)
[dev-launcher] ui improvements / updates to modals (#15599)* [dev-launcher] add dev sessions and update deep link modal
[dev-launcher] fix tests (#15777)
[dev-client] Fix app js cannot be built
[dev-launcher] add dev sessions and update deep link modal (#15584)
[dev-launcher] update RN app (#15343)