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

@@ -7,7 +7,7 @@ import Svg, {
G,
Circle,
Text
} from 'react-native-art-svg';
} from 'react-native-svg';
class PathExample extends Component{
static title = 'Path';