I wanted to connect my svg icons, for this expo advises to install react-native-svg
and react-native-svg-transformer
, after installing them the icon is not displayed, only the error (on ios) on android the error is more detailed (I will not be able to attach the screen to the physical device, the question is how to fix it? I've tried all the tips, none of them help.
Stackoverflow has gone completely wrong (( I found the answer to this problem (and I think to a similar problem as an entity), to solve the problem you need to rebuild the application in expo, then download the new version, also delete node_modules, and the problem should go away, at least it helped me