Skip to content
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

Is this library still developed ? #206

Open
troZee opened this issue Nov 19, 2020 · 2 comments
Open

Is this library still developed ? #206

troZee opened this issue Nov 19, 2020 · 2 comments

Comments

@troZee
Copy link

troZee commented Nov 19, 2020

Is this library still developed ?

@bekazandukeli
Copy link

bekazandukeli commented Dec 17, 2020

@troZee I don't think so... You can use SvgUri component from react-native-svg like that:

import { SvgUri } from 'react-native-svg';
export default function ComponentWithSvg() {
  return (
       <SvgUri
           width="28"
           height="28"
           uri="https://something.com/your-svg.svg"
       />
  );
}

@troZee
Copy link
Author

troZee commented Dec 17, 2020

I just used https://github.com/troZee/react-native-svg-view to resolve my problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants