Removed react-native-exif, which is vestigial and causing Android test build failure

This commit is contained in:
Ken-ichi Ueda
2022-12-13 15:07:37 -08:00
parent a72f500cf7
commit 8dd57b01fe
2 changed files with 0 additions and 28 deletions

27
package-lock.json generated
View File

@@ -51,7 +51,6 @@
"react-native-config": "^1.4.5",
"react-native-device-info": "^8.5.1",
"react-native-dropdown-picker": "^5.3.0",
"react-native-exif": "^0.5.0",
"react-native-exif-reader": "github:inaturalist/react-native-exif-reader",
"react-native-fs": "^2.19.0",
"react-native-geocoder-reborn": "^0.9.0",
@@ -16448,11 +16447,6 @@
"react-native": "*"
}
},
"node_modules/react-native-exif": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/react-native-exif/-/react-native-exif-0.5.0.tgz",
"integrity": "sha512-nt8JY1QhM3EE86Wk+IusJ8J37c3ecdRETlF5g/SFKmAt3E+vnQmWwWyuLNtJux/f1zBJXhQ9Dvb43BYfu8w2yQ=="
},
"node_modules/react-native-exif-reader": {
"version": "0.1.0",
"resolved": "git+ssh://git@github.com/inaturalist/react-native-exif-reader.git#d84d462f0f36fbf1a46b7159bbcb95dd5f5d7eef",
@@ -19579,14 +19573,6 @@
"util-deprecate": "~1.0.1"
}
},
"node_modules/through2/node_modules/string_decoder": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"dependencies": {
"safe-buffer": "~5.1.0"
}
},
"node_modules/tmp": {
"version": "0.0.33",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
@@ -33036,11 +33022,6 @@
"integrity": "sha512-cZBPyN+k52jA9XguFnKoF5tLf31z6gjZ8GijO/pfVNSSEtPwZ14UTUrr87JiiOnMh5K/O2kRzZ/jZN8D0MmUMA==",
"requires": {}
},
"react-native-exif": {
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/react-native-exif/-/react-native-exif-0.5.0.tgz",
"integrity": "sha512-nt8JY1QhM3EE86Wk+IusJ8J37c3ecdRETlF5g/SFKmAt3E+vnQmWwWyuLNtJux/f1zBJXhQ9Dvb43BYfu8w2yQ=="
},
"react-native-exif-reader": {
"version": "git+ssh://git@github.com/inaturalist/react-native-exif-reader.git#d84d462f0f36fbf1a46b7159bbcb95dd5f5d7eef",
"integrity": "sha512-PKfC0l0KUefgUVjEDFqDUwOgfaRi0NBMHdx6U+cWIUsSrur5JwQIsDUodJRAj+FFKd7G/vW5BhVkgApZBRfuqg==",
@@ -35206,14 +35187,6 @@
"string_decoder": "~1.1.1",
"util-deprecate": "~1.0.1"
}
},
"string_decoder": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
"requires": {
"safe-buffer": "~5.1.0"
}
}
}
},

View File

@@ -61,7 +61,6 @@
"react-native-config": "^1.4.5",
"react-native-device-info": "^8.5.1",
"react-native-dropdown-picker": "^5.3.0",
"react-native-exif": "^0.5.0",
"react-native-exif-reader": "github:inaturalist/react-native-exif-reader",
"react-native-fs": "^2.19.0",
"react-native-geocoder-reborn": "^0.9.0",