Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Commit 6efecc0

Browse files
authored
Fix version of react-native-svg
The react-native-svg has been updated to compile with last version of react-native (0.34.1).
1 parent ffae15e commit 6efecc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"lodash": "^4.12.0",
3636
"paths-js": "^0.3.4",
37-
"react-native-svg": "^3.1.1"
37+
"react-native-svg": "^4.3.0"
3838
},
3939
"devDependencies": {
4040
"react": "^15.3.0",

0 commit comments

Comments
 (0)