| #
e66e0f7d |
| 01-Jul-2023 |
Kudo Chien <[email protected]> |
[ci] trying to fix flaky ios unit test ci (#23245)
# Why
flaky ios unit test ci from timeout: https://github.com/expo/expo/actions/runs/5427238787/jobs/9870870707
# How
- use macos 13
- us
[ci] trying to fix flaky ios unit test ci (#23245)
# Why
flaky ios unit test ci from timeout: https://github.com/expo/expo/actions/runs/5427238787/jobs/9870870707
# How
- use macos 13
- use xcode 14.3
- use iphone 14 pro simulator for unit tests
though it still having timeout, be seems better without exceeding the 24s timeout
show more ...
|
| #
9558d768 |
| 08-Jun-2023 |
Kudo Chien <[email protected]> |
[ci] use ubuntu-22.04 runner (#22797)
# Why
use the latest ubuntu runner and make ci more stable
# How
update to ubuntu-22.04 runner
|
| #
c99f0f1d |
| 30-Jan-2023 |
Cedric van Putten <[email protected]> |
Remove old expo-cli from workflows and test apps (#20998)
# Why
Fixes ENG-7251
This also allows us to move past Node 16 in the workflows.
# How
- Dropped unused `expo-cli` usage in workf
Remove old expo-cli from workflows and test apps (#20998)
# Why
Fixes ENG-7251
This also allows us to move past Node 16 in the workflows.
# How
- Dropped unused `expo-cli` usage in workflows
- Replaced all `expo-cli` commands with `npx expo` equivalents
# Test Plan
See if CI passes.
# 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).
show more ...
|
| #
7b5d4716 |
| 09-Nov-2022 |
Douglas Lowder <[email protected]> |
Update workflows for Xcode 14 (#19940)
|
| #
58f238aa |
| 04-May-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] update Android API version for AVDs on CI (#17278)
|
| #
fc12ed2d |
| 28-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] add local composite actions for CI, refactor workflows (#17162)
|
| #
f250b346 |
| 15-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] always use `ubuntu-20.04` in workflows (#17051)
|
| #
4af7344c |
| 12-Apr-2022 |
Bartosz Kaszubowski <[email protected]> |
[github] update most of GitHub actions used in workflows (#17003)
|
| #
2ed31047 |
| 24-Feb-2022 |
Kudo Chien <[email protected]> |
[android][ios] Upgrade react-native to 0.67.2 in Expo Go (#16400)
# Why
upgrade for sdk 45
# How
## upgrade react native fork
code in https://github.com/expo/react-native/tree/sdk-45
ba
[android][ios] Upgrade react-native to 0.67.2 in Expo Go (#16400)
# Why
upgrade for sdk 45
# How
## upgrade react native fork
code in https://github.com/expo/react-native/tree/sdk-45
basically cherry pick most necessary commits from sdk-44 branch but not these two:
1. https://github.com/expo/react-native/commit/125b36ac6d76e702bea4d7c41a8a402d68cdb1f1: because ExpoKit is already deprecated.
2. https://github.com/expo/react-native/commit/82d3ff5218cc576b5c7ea44c7adbf8b5aa5d985c: [use the official way to set metro server address](https://github.com/facebook/react-native/commit/e2b5b6504cb4dee8f2ec67f1d3a410801e1ca09a)
## migrate project setup
basically reference from: https://react-native-community.github.io/upgrade-helper/?from=0.64.2&to=0.67.2
## other build errors or launch errors
just to deal with these mess one by one.
# Test Plan
- [android] unversioned expo-go build + launch + load unversioned NCL
- [ios] unversioned expo-go build + launch + load unversioned NCL
show more ...
|
| #
46843043 |
| 26-Jan-2022 |
Brent Vatne <[email protected]> |
[github] Update default branch to main
|
| #
8513c0b1 |
| 06-Sep-2021 |
Łukasz Kosmaty <[email protected]> |
[dev-client] Add detox e2e tests (#14027)
# Why
Adds detox e2e tests.
Fixes ENG-1611.
Needs:
- [x] https://github.com/expo/expo/pull/14025
- [x] https://github.com/expo/expo/pull/14026
- [
[dev-client] Add detox e2e tests (#14027)
# Why
Adds detox e2e tests.
Fixes ENG-1611.
Needs:
- [x] https://github.com/expo/expo/pull/14025
- [x] https://github.com/expo/expo/pull/14026
- [x] test-runner
# How
Uses a new tool to set up detox tests.
show more ...
|
| #
0dfbbd2a |
| 31-Aug-2021 |
Will Schurman <[email protected]> |
[expo-json-utils] Introduce expo-json-utils for better json typesafety (#14229)
|
| #
3bbce7c8 |
| 26-Aug-2021 |
Will Schurman <[email protected]> |
[expo-updates] Rename Manifest to UpdateManfiest (#14191)
|
| #
675fac34 |
| 08-Jul-2021 |
Tomasz Sapeta <[email protected]> |
[ci] Update workflows to macOS 11 (#13497)
|
| #
2136ece3 |
| 18-Jun-2021 |
Eric Samelson <[email protected]> |
[expo-dev-launcher] add updates integration to config plugin (#13198)
|
| #
2cfc8c5a |
| 18-Jun-2021 |
Jakub <[email protected]> |
[setup] Update Android setup scripts & docs (#13108)
|
| #
3473d318 |
| 31-May-2021 |
Łukasz Kosmaty <[email protected]> |
[dev-client] Fix "Development Client / ios" CI task
|
| #
6d31ade7 |
| 27-May-2021 |
Tomasz Sapeta <[email protected]> |
[ci] Add concurrency settings to all suitable workflows
|
| #
4b57290a |
| 06-May-2021 |
Ville Immonen <[email protected]> |
[dev-client] Add expo-dev-client package (#12765)
|
| #
0e6429e4 |
| 06-May-2021 |
Ville Immonen <[email protected]> |
[dev-client] Fix the CI (#12836)
|
| #
eb81829e |
| 14-Apr-2021 |
Łukasz Kosmaty <[email protected]> |
[expo-dev-launcher] Link into QR scanner directly on Android (#12328)
# Why
Closes ENG-679.
# How
- Link into QR scanner directly if Expo Go is installed and can handle the `expo-home` sche
[expo-dev-launcher] Link into QR scanner directly on Android (#12328)
# Why
Closes ENG-679.
# How
- Link into QR scanner directly if Expo Go is installed and can handle the `expo-home` scheme.
- Fixed not finding the `Expo Go` on Android 11+ when the user tries to scan the QR code.
# Test Plan
- bare-expo ✅
# Changelog
- Fixed not finding the `Expo Go` on Android 11+ when the user tries to scan the QR code.
show more ...
|
| #
686e670f |
| 13-Apr-2021 |
Will Schurman <[email protected]> |
[CI] Run CI on all PRs including stacked PRs (#12510)
|
| #
ea3c2577 |
| 13-Feb-2021 |
Tomasz Sapeta <[email protected]> |
[gha] Update cache action to v2 in all workflows
|
| #
4265774d |
| 01-Feb-2021 |
Łukasz Kosmaty <[email protected]> |
[dev] Add config plugins for `expo-dev-menu` and `expo-dev-launcher` (#11770)
# Why
Adds config plugins for `expo-dev-menu` and `expo-dev-launcher`.
# How
Added plugins according to https:/
[dev] Add config plugins for `expo-dev-menu` and `expo-dev-launcher` (#11770)
# Why
Adds config plugins for `expo-dev-menu` and `expo-dev-launcher`.
# How
Added plugins according to https://github.com/expo/expo-cli/tree/master/packages/config-plugins.
# Test Plan
- expo init
- add plugins to `app.config.json`
- expo eject
show more ...
|