vault-development / react-native-svg-uri

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

add transform props for rotation and scale, etc. #92

Open temaivanoff opened 6 years ago

temaivanoff commented 6 years ago
      <View transform={this.props.transform} style={this.props.style}>
            {rootSVG}
      </View>

      SvgUri.propTypes = {
        ...
        transform: PropTypes.array,
      }