kristerkari / react-native-svg-transformer

Import SVG files in your React Native project the same way that you would in a Web application.
MIT License
1.54k stars 116 forks source link

missing-asset-registry-path #335

Open Ankur-Magan opened 5 months ago

Ankur-Magan commented 5 months ago

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

biancadragomir commented 4 months ago

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