vault-development / react-native-svg-uri

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

defs-->stop not supported attributes stopColor and stopOpacity #90

Open temaivanoff opened 6 years ago

temaivanoff commented 6 years ago

Hi, i noticed that the stop does not support stopColor and stopOpacity

solution

const STOP_ATTS = ['offset', 'stopColor', 'stopOpacity'];