react-native-svg-transformer
react-native-svg-transformer copied to clipboard
missing-asset-registry-path
After upgrade to expo 50 I am starting getting
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
is there a solution for this? it is also happening to me.