vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
850 stars 334 forks source link

react-native link react-native-svg don't work #170

Open ghost opened 5 years ago

ghost commented 5 years ago

react-native link react-native-svg don't work I use Expo and not create react app how to link the lib?

syedtehrimabbas commented 5 years ago

You must install react-native-svg package using npm install react-native-svg --save

GregFrench commented 5 years ago

This should be made more clear in the documentation. I was confused by this as well.