Browse Source

Revert "OPS: trying to remove react-native-device-info"

This reverts commit a0c8fbde494810cf46fdfaeb4cdba101759154e0.
shareQRImage
Overtorment 5 years ago
parent
commit
8ef089d777
  1. 5
      package-lock.json
  2. 1
      package.json

5
package-lock.json

@ -10595,6 +10595,11 @@
}
}
},
"react-native-device-info": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-2.2.2.tgz",
"integrity": "sha512-2b0TycUJbW/9T7L070L6q4+ce8guD4c0c8mWWjiVNuvCrZVf7VNomvNk1BqIVXcnYbZO43V0SVN6z1fvp2HTyg=="
},
"react-native-elements": {
"version": "0.19.0",
"resolved": "https://registry.npmjs.org/react-native-elements/-/react-native-elements-0.19.0.tgz",

1
package.json

@ -78,6 +78,7 @@
"react-localization": "1.0.13",
"react-native": "0.60.4",
"react-native-camera": "2.11.1",
"react-native-device-info": "2.2.2",
"react-native-elements": "0.19.0",
"react-native-flexi-radio-button": "0.2.2",
"react-native-fs": "2.13.3",

Loading…
Cancel
Save