FullstackStation / react-native-svg-animated-linear-gradient

A wrap SVG component for animated linear gradient
MIT License
434 stars 110 forks source link

undefined variable Svg (CRNA) (Android) #2

Closed yash2code closed 6 years ago

virusvn commented 7 years ago

This component is based on Expo, if you want to use for CRNA, please fork this repo and setup 'react-native-svg', then change this line: import Expo, { Svg } from 'expo';

to

import Svg from 'react-native-svg';

But anyway, it's have known bug on android (#1)

virusvn commented 6 years ago

Please use package react-native-content-loader.