From e4038de4b063ba7b66d634a13bf809eaeb024cd9 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Fri, 22 May 2026 12:59:00 +0200 Subject: [PATCH] feature(website): add Appetize Expo Go builds for SDK 56 --- website/src/client/configs/constants.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/website/src/client/configs/constants.tsx b/website/src/client/configs/constants.tsx index 3cdeee89..05efd82f 100644 --- a/website/src/client/configs/constants.tsx +++ b/website/src/client/configs/constants.tsx @@ -8,6 +8,28 @@ type AppetizeConstants = Record< >; const appetize: Record = { + '56.0.0': { + main: { + android: { + publicKey: 'b_nvvhgrzeviyaw4rfcabjt7mgye', + device: 'pixel9pro', + }, + ios: { + publicKey: 'b_ft4v4rr5xsqb4jqjqhmpdamw34', + device: 'iphone16pro', + }, + }, + embed: { + android: { + publicKey: 'b_2ogcm5edf3ceqxbytmzswvdysa', + device: 'pixel9pro', + }, + ios: { + publicKey: 'b_uu2vk7mf53whz6kysaqbbqdr74', + device: 'iphone16pro', + }, + }, + }, '55.0.0': { main: { android: {