change Example dependency

change Example dependency from art-svg to svg
This commit is contained in:
Horcrux
2016-04-22 09:25:50 +08:00
parent 374d961191
commit 07032af92a
17 changed files with 17 additions and 17 deletions

View File

@@ -11,7 +11,7 @@ import Svg, {
Circle,
Text,
Rect
} from 'react-native-art-svg';
} from 'react-native-svg';
class LinearGradientHorizontal extends Component{
static title = 'Define an ellipse with a horizontal linear gradient from yellow to red';