react-native-svg-transformer icon indicating copy to clipboard operation
react-native-svg-transformer copied to clipboard

missing-asset-registry-path

Open Ankur-Magan opened this issue 1 year ago • 1 comments

After upgrade to expo 50 I am starting getting

Screenshot 2024-01-30 at 11 14 39 AM

Description: This issue is only happening after adding transformer to metro.config.js

Issue 1: Asset must have hashed files, Ensure the expo-asset plugin is installed Note: expo-asset is already installed

Issue 2: I modified the metro config a little bit and added assetPlugins: ['expo-asset/tools/hashAssetFiles'] it fixed the above issue but not it started giving: Unable to resolve module missing-asset-registry-path

Git repo to recreate the issue: https://github.com/MaganAnkur/expo-test

Ankur-Magan avatar Jan 30 '24 16:01 Ankur-Magan

is there a solution for this? it is also happening to me.

biancadragomir avatar Feb 12 '24 12:02 biancadragomir