fix(cli): Fix `Connecting` typo when opening React DevTools (#23672)# Why <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests
fix(cli): Fix `Connecting` typo when opening React DevTools (#23672)# Why <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. --> There is a typo in the waiting to connect static page when launching React DevTools  # How <!-- How did you build this feature or fix this bug and why? --> Fixed the typo # Test Plan <!-- Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction. --> n/a # 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 ...
feat: add type comment in metro.config.js template (#21898)# Why - Add autocomplete to the Metro config object (MetroConfig type is new in 49). - Update template to split out config object and
feat: add type comment in metro.config.js template (#21898)# Why - Add autocomplete to the Metro config object (MetroConfig type is new in 49). - Update template to split out config object and use type comment. - Export types for `expo/metro-config`. <!-- Please describe the motivation for this PR, and link to relevant GitHub issues, forums posts, or feature requests. --> # How <!-- How did you build this feature or fix this bug and why? --> # Test Plan <!-- Please describe how you tested this change and how a reviewer could reproduce your test, especially if this PR does not include automated tests! If possible, please also provide terminal output and/or screenshots demonstrating your test/reproduction. --> # 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 `expo prebuild` & EAS Build (eg: updated a module plugin). --------- Co-authored-by: Expo Bot <[email protected]>
[cli][dev-menu][go] add react devtools (#21462)# Why close ENG-7468 close ENG-7469 # How - [cli] add websocket proxy to forward react-devtools events. - [cli] add static page for react-d
[cli][dev-menu][go] add react devtools (#21462)# Why close ENG-7468 close ENG-7469 # How - [cli] add websocket proxy to forward react-devtools events. - [cli] add static page for react-devtools frontend. since react-devtools only ships commonjs format, this pr tries to use jspm to support it on browsers. - [dev-menu][go] listen `reconnectDevTools` metro websocket event and send `RCTDevMenuShown` to js for app to reconnect devtools websocket # Test Plan manual test only. please let me know if there's any proper points to add unit tests
[cli] ensure that development build is installed when opening interstitial page (#18836)Co-authored-by: evanbacon <[email protected]>
feat(cli): add `customize` command (#17186)* feat(cli): add `customize` command * Update packages/@expo/cli/CHANGELOG.md Co-authored-by: Expo Bot <[email protected]>
feat(cli): add `customize` command (#17186)* feat(cli): add `customize` command * Update packages/@expo/cli/CHANGELOG.md Co-authored-by: Expo Bot <[email protected]> * Update customizeAsync.ts * Update customizeAsync.ts * Update index-test.ts * Refactor * refactor and test * Improve help * Added e2e tests * Update packages/@expo/cli/src/customize/generate.ts Co-authored-by: Cedric van Putten <[email protected]> * Update export-web-test.ts Co-authored-by: Expo Bot <[email protected]> Co-authored-by: Cedric van Putten <[email protected]>
chore: refactor `expo/cli` to `@expo/cli` package (#16717)* chore: refactor `expo/cli` to `@expo/cli` package * Update CODEOWNERS * fix linking * fix lint script * fix build file * f
chore: refactor `expo/cli` to `@expo/cli` package (#16717)* chore: refactor `expo/cli` to `@expo/cli` package * Update CODEOWNERS * fix linking * fix lint script * fix build file * fix e2e tests * lint before build * use mock version