mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-22 05:42:20 +00:00
15 lines
310 B
JSON
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"
|
|
}
|
|
}
|