Skip to content

Commit

Permalink
Transpile updated expo modules on web
Browse files Browse the repository at this point in the history
  • Loading branch information
j-piasecki committed Oct 29, 2024
1 parent 7dfffdd commit 4358c2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/webpack/webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string> = {
Expand Down

0 comments on commit 4358c2e

Please sign in to comment.