seekshiva / react-native-remote-svg

Adds support for loading svg images in React Native
MIT License
184 stars 71 forks source link

feat: add ref forwarding #49

Closed ltoussaint closed 2 years ago

ltoussaint commented 4 years ago

My use case was to be able to create an Animated component from Image

import Image from 'react-native-remote-svg';

const AnimatedImage = Animated.createAnimatedComponent(Image);