Add react-native-picker-select npm dependency

parent 19a089d0
......@@ -3896,6 +3896,11 @@
"integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=",
"dev": true
},
"lodash.isequal": {
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
"integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA="
},
"lodash.pad": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.5.1.tgz",
......@@ -5523,6 +5528,14 @@
"resolved": "https://registry.npmjs.org/react-native-keychain/-/react-native-keychain-3.1.3.tgz",
"integrity": "sha512-eWUbjYJge4icX8FhWJk/OPlyGxPnW9bZDysBX3WwOG37iurdH692HKnM2Ih+S+0te65RytImvUrcVnHVBbumYg=="
},
"react-native-picker-select": {
"version": "6.3.2",
"resolved": "https://registry.npmjs.org/react-native-picker-select/-/react-native-picker-select-6.3.2.tgz",
"integrity": "sha512-f7DNP9M4UHOtsXizpbd1jWgzV38Yn9WEPu+rY2o8to4rr+CHXl/V6W2G1qXkDPMIzUa9oClYsK8PylVRSoH8iQ==",
"requires": {
"lodash.isequal": "^4.5.0"
}
},
"react-native-randombytes": {
"version": "3.5.3",
"resolved": "https://registry.npmjs.org/react-native-randombytes/-/react-native-randombytes-3.5.3.tgz",
......
......@@ -25,6 +25,7 @@
"react-native-gesture-handler": "^1.3.0",
"react-native-icloudstore": "^0.9.0",
"react-native-keychain": "^3.1.3",
"react-native-picker-select": "^6.3.2",
"react-native-share": "^1.2.1",
"react-native-svg": "^9.6.2",
"react-native-unimodules": "^0.5.4",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment