mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-18 16:13:10 +00:00
rnsvg dep ==> peer dep
This commit is contained in:
parent
ecb2305741
commit
d3c40c65fb
@ -25,11 +25,11 @@
|
||||
},
|
||||
"homepage": "https://github.com/bgryszko/react-native-circular-progress",
|
||||
"dependencies": {
|
||||
"prop-types": "^15.6.0",
|
||||
"react-native-svg": "^6.3.1"
|
||||
"prop-types": "^15.6.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.0.0",
|
||||
"react-native": ">=0.39.0"
|
||||
"react-native": ">=0.39.0",
|
||||
"react-native-svg": "^6.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user