Files
react-native-svg/Example/package.json
T
2016-04-22 10:18:29 +08:00

15 lines
310 B
JSON

{
"name": "ArtSvgExample",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start"
},
"dependencies": {
"react-native": "^0.24.0",
"react-native-svg": "../",
"react-native-root-modal": "^1.0.3",
"react": "^0.14.5"
}
}