From 4358c2e88b676f5add323f508421ec4122dfb75b Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Tue, 29 Oct 2024 14:14:40 +0100 Subject: [PATCH] Transpile updated expo modules on web --- config/webpack/webpack.common.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/webpack/webpack.common.ts b/config/webpack/webpack.common.ts index 2d8e27fd453e..063929f30cb7 100644 --- a/config/webpack/webpack.common.ts +++ b/config/webpack/webpack.common.ts @@ -36,7 +36,10 @@ const includeModules = [ 'react-native-qrcode-svg', 'react-native-view-shot', '@react-native/assets', + 'expo', 'expo-av', + 'expo-image-manipulator', + 'expo-modules-core', ].join('|'); const environmentToLogoSuffixMap: Record = {