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

@@ -9,7 +9,7 @@ import Svg, {
Rect,
Circle,
Polyline
} from 'react-native-art-svg';
} from 'react-native-svg';
class UseExample extends Component{
static title = 'Reuse svg code';