History log of /expo/packages/expo-image/src/utils/AssetSourceResolver.web.ts (Results 1 – 2 of 2)
Revision Date Author Comments
# 6adba2a9 12-Apr-2023 Evan Bacon <[email protected]>

fix(asset, image): monorepo assets in Metro web (#22094)

# Why

Monorepo assets in metro web for production need to be processed in
runtime the same as they are in build-time, e.g. `../` -> `_`

fix(asset, image): monorepo assets in Metro web (#22094)

# Why

Monorepo assets in metro web for production need to be processed in
runtime the same as they are in build-time, e.g. `../` -> `_`

---------

Co-authored-by: Expo Bot <[email protected]>

show more ...


# 0f8cfcda 27-Mar-2023 aleqsio <[email protected]>

[expo-image] Use asset resolution from expo-asset on the web (#21798)