History log of /expo/tools/src/commands/WorkflowDispatch.ts (Results 1 – 8 of 8)
Revision Date Author Comments
# f2369006 19-Aug-2023 Kudo Chien <[email protected]>

[ci] try to improve ci stability (#24002)

# Why

try to improve ci stability

# How

- android-unit-tests
- prevent timeout and out of disk space
- client-android-eas
- since client-and

[ci] try to improve ci stability (#24002)

# Why

try to improve ci stability

# How

- android-unit-tests
- prevent timeout and out of disk space
- client-android-eas
- since client-android is not stable, try to broad the client-android-eas path coverage
- for external contributors (forked repo), just ignore the workflow
- client-ios-eas
- for external contributors (forked repo), just ignore the workflow
- client-android
- TBD
- client-ios
- remove s3 and store publish
- ios-unit-tests
- prevent timeout
- clipboard
- fix timeout issue because of slow NSAttributedString html processing
- `et dispatch`: remove unused workflows
- releasing guide: update to the newer `et eas` releasing workflows

# Test Plan

ci passed

show more ...


# a866317b 08-Apr-2022 Bartosz Kaszubowski <[email protected]>

[tools] minor bumps to dependencies and types (#16968)


# 057f0e84 09-Dec-2021 Brent Vatne <[email protected]>

[tools] Remove param that does not exist for shell-app-ios-upload


# 876ce2cc 01-Oct-2021 Tomasz Sapeta <[email protected]>

[tools] Update iOS shell apps for expo modules (#14615)


# d49e7070 05-Aug-2021 Kudo Chien <[email protected]>

[react-native] Upgrade to 0.64.2 (#13793)

# Why

Upgrade react-native to 0.64.2 for SDK 43

# How

- [x] Fork `react-native-lab/react-native` from `react-native` 0.64-stable branch and cherry-

[react-native] Upgrade to 0.64.2 (#13793)

# Why

Upgrade react-native to 0.64.2 for SDK 43

# How

- [x] Fork `react-native-lab/react-native` from `react-native` 0.64-stable branch and cherry-pick necessary patches from `exp-latest`
- [x] Bump package versions:
- react "16.13.1" → "17.0.1"
- react-dom "16.13.1" → "17.0.1"
- react-native "0.63.2" → "0.64.2"
- react-test-renderer "~16.13.1" → "~17.0.1"
- @types/react-native "~0.63.2" → "~0.64.12"
- @babel/core "^7.0.0" → "^7.12.9"
- metro-react-native-babel-preset "~0.59.0" → "~0.64.0"
- jest "^25.2.0" → "^26.6.3"
- [x] bare-expo: sync project setup from [upgrade helper](https://react-native-community.github.io/upgrade-helper/?from=0.63.2&to=0.64.2)
- [x] Fix JS Error parsing error from [upstream change](https://github.com/facebook/react-native/commit/9edfc43aad2f68be8a37)
- [x] Expo Go for iOS:
- Folly.podspec -> RCT-Folly.podspec for old SDKs
- Upgrade reanimated vendoring script to support RN 0.64
- Update reanimated install binding with RCTJSIExecutorRuntimeInstaller
- [x] Expo Go for Android:
- Fix hanging from loading bundle which ReactRootView not attached to ReactInstanceManager from [upstream change](https://github.com/facebook/react-native/commit/2c896d35782cd04c873aefadc947447cc30a7f60)


Could use this command to make review easier:
`git diff master...HEAD -- . ':!android/ReactCommon' ':!android/ReactAndroid/src'`

# Test Plan

- Bare Expo
- [x] iOS runs
- [x] Android runs
- [x] Web runs
- Expo Go with NCL
- [x] unversioned QA on iOS
- [x] unversioned QA on Android
- [x] Could load SDK 42 project on iOS
- [x] Could load SDK 42 project on Android
- Shell app
- [x] iOS build passed
- [x] Android build passed

show more ...


# 732f6c59 04-Aug-2021 Will Schurman <[email protected]>

[client] Add dogfood home build option (#13883)


# 9d43b932 23-Dec-2020 Tomasz Sapeta <[email protected]>

[et] Automatic comments on closed issues after publish (#11423)


# eeffdb10 21-Dec-2020 Tomasz Sapeta <[email protected]>

[tools] Move tools/expotools one folder up (#11410)