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

A wrap SVG component for animated linear gradient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

undefined variable Svg (CRNA) (Android)

yash2code opened this issue · comments

undefined variable Svg (CRNA) (Android)

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)