From 87c0dbda60b6c66c819d42e08a91fd03e5e82037 Mon Sep 17 00:00:00 2001 From: Ben Wilson Date: Mon, 30 Oct 2023 17:18:21 +0000 Subject: [PATCH] pin expo to 47.0.13 --- .buildkite/pipeline.yml | 2 +- features/fixtures/test-app/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 1aca5207..0b7f8f7e 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -42,7 +42,7 @@ steps: queue: "macos-13-arm" env: EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID} - DEVELOPER_DIR: "/Applications/Xcode14.3.app" + DEVELOPER_DIR: "/Applications/Xcode14.app" NODE_VERSION: "16" artifact_paths: build/output.ipa commands: diff --git a/features/fixtures/test-app/package.json b/features/fixtures/test-app/package.json index a1335b3b..6ac68d6c 100644 --- a/features/fixtures/test-app/package.json +++ b/features/fixtures/test-app/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@react-native-community/netinfo": "9.3.5", - "expo": "~47.0.3", + "expo": "47.0.13", "expo-application": "~5.0.1", "expo-constants": "~14.0.2", "expo-crypto": "~12.0.0", @@ -19,7 +19,7 @@ "expo-screen-orientation": "~5.0.1", "expo-status-bar": "~1.4.2", "react": "18.1.0", - "react-native": "0.70.14" + "react-native": "0.70.8" }, "devDependencies": { "@babel/core": "^7.19.3"