-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress on loading image from URL? #510
Comments
It should be. Have you run into issues? |
@dustinsavery No, I just couldn't find the API for it. What prop would I use? |
Sorry, I misunderstood. This library is specifically for creating SVG components, not loading in from external sources. On projects I've worked on with extensive SVG files, I run them through a build script I created to convert them into react components that use the types from this library. |
@dustinsavery Are you able to share that build script? @msand I saw this but I am using CRNA and I have not ejected from the Expo container stuff, so I can't link that library at this point. |
@sejr Possibly, I'll have to see if I can piece together the parts that do it. It's currently in an automated system |
@dustinsavery |
@sejr I patched it a bit and got react-native-svg-uri working with Expo now as well: https://snack.expo.io/@msand/test-svg-uri-patch |
I'll go ahead and close this for now. There is also https://github.com/target/react-native-svg-parser available. |
Is there a way to load external images? I tried using react-native-svg-uri but that only works with svgs. |
I would like to use this library to load SVG resources I have already designed. Is that possible yet?
The text was updated successfully, but these errors were encountered: