I always get this error with any library I'm trying to import and I'm not sure what I'm doing wrong. With this case I'm trying to download an SVG library called react-native-svg.
I installed it using npm install react-native-svg
and when I try to import it, it says it can't "resolve it"
pic below
could yall point me in the right direction?
I know I just posted this, but if it helps anyone in the future, I installed react-native-web using:
npm install react-native-web
and it solved my issue.