I have a project where the aliases were in working order. I added react-native-svg-transformer and afterwards, though the project is running without issue, now TypeScript is throwing errors on all of the aliases, except the svgs in assets.
I have the most up-to-date code of my project here
Here is my tsconfig:
my babel.config
and my metro.config
I saw on Google this was a known issue with some solution ideas; however, nothing I've implemented has worked, and I couldn't find an entry for the issue here.
I have a project where the aliases were in working order. I added react-native-svg-transformer and afterwards, though the project is running without issue, now TypeScript is throwing errors on all of the aliases, except the svgs in assets.
I have the most up-to-date code of my project here
Here is my tsconfig:
my babel.config
and my metro.config
I saw on Google this was a known issue with some solution ideas; however, nothing I've implemented has worked, and I couldn't find an entry for the issue here.