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

@@ -4,7 +4,7 @@ import React, {
import Svg, {
Rect
} from 'react-native-art-svg';
} from 'react-native-svg';
class RectExample extends Component{
static title = 'Rect';