Skip to content

Commit 8993db0

Browse files
committed
Fix #33
1 parent 8d41020 commit 8993db0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"react-native-multi-selectbox": "^1.4.1",
2323
"react-native-svg": "^12.1.0"
2424
},
25+
"peerDependencies": {
26+
"lodash": ">= ^4.17.19",
27+
"react-native-svg": ">= ^12.1.0"
28+
},
2529
"devDependencies": {
2630
"@babel/core": "^7.8.4",
2731
"@babel/runtime": "^7.8.4",

0 commit comments

Comments
 (0)