Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ jobs:
# --auto-submit chains `eas submit` after the build. EAS generates the
# iOS distribution cert + provisioning profile from the ASC API key
# (EXPO_ASC_* env), so no interactive Apple login is needed.
# EAS builds run on Expo's infra and can go quiet for well over
# CircleCI's 10m default no-output timeout, so extend it.
no_output_timeout: 40m
command: |
eas build \
--platform ios \
Expand All @@ -156,6 +159,9 @@ jobs:
# upload keystore on first non-interactive build. --json suppresses
# the interactive progress UI and prints machine-readable build
# results instead, which we parse below for the download link.
# --json means stdout stays silent until the build finishes, which
# routinely exceeds CircleCI's 10m default no-output timeout.
no_output_timeout: 40m
command: |
eas build \
--platform android \
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydra",
"version": "4.1.0",
"version": "4.2.2",
"main": "./app/index.tsx",
"scripts": {
"start": "expo start",
Expand Down Expand Up @@ -87,6 +87,7 @@
},
"overrides": {
"zeego": {
"@react-native-menu/menu": "$@react-native-menu/menu",
"react-native-ios-context-menu": "$react-native-ios-context-menu",
"react-native-ios-utilities": "$react-native-ios-utilities"
},
Expand Down