Skip to content

Commit

Permalink
feature(expo): update expo 49 (#4015)
Browse files Browse the repository at this point in the history
* feature(expo): update expo 49

* chore(ops): update expo

* chore(ops): update tests

* chore(ops): update tests

* chore(ops): update tests
  • Loading branch information
thedoublejay authored Aug 21, 2023
1 parent 7a57e57 commit efd5b76
Show file tree
Hide file tree
Showing 38 changed files with 7,758 additions and 13,341 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
record: true
parallel: true
start: npm run start:web
wait-on: "http://localhost:19000"
wait-on: "http://localhost:8081"
browser: chrome
spec: mobile-app/cypress/e2e/**
tag: ${{ github.event_name }}
Expand Down
2 changes: 2 additions & 0 deletions metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ const defaultConfig = getDefaultConfig(__dirname);

defaultConfig.resolver.extraNodeModules.stream =
require.resolve("stream-browserify");
defaultConfig.transformer.minifierConfig.compress.drop_console = true;
defaultConfig.resolver.sourceExts = [...defaultConfig.resolver.sourceExts, "mjs", "cjs"];

module.exports = defaultConfig;
18 changes: 16 additions & 2 deletions mobile-app/app/components/__snapshots__/SummaryTitle.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit efd5b76

Please sign in to comment.