mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
Update react-native-image-picker (#3114)
* Update package.json * Update package-lock.json * Update Podfile.lock * Delete react-native-image-picker_vx.x.x.js * Update package.json * Update package-lock.json
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
// flow-typed signature: 37cb0430f0d6e006290c27b384bed901
|
||||
// flow-typed version: <<STUB>>/react-native-image-picker_v4.7.3/flow_v0.162.0
|
||||
|
||||
/**
|
||||
* This is an autogenerated libdef stub for:
|
||||
*
|
||||
* 'react-native-image-picker'
|
||||
*
|
||||
* Fill this stub out by replacing all the `any` types.
|
||||
*
|
||||
* Once filled out, we encourage you to share your work with the
|
||||
* community by sending a pull request to:
|
||||
* https://github.com/flowtype/flow-typed
|
||||
*/
|
||||
|
||||
declare module "react-native-image-picker" {
|
||||
declare module.exports: any;
|
||||
}
|
||||
@@ -1339,14 +1339,27 @@ PODS:
|
||||
- Yoga
|
||||
- react-native-get-random-values (1.11.0):
|
||||
- React-Core
|
||||
- react-native-image-picker (7.0.0):
|
||||
- RCT-Folly
|
||||
- react-native-image-picker (8.2.1):
|
||||
- DoubleConversion
|
||||
- glog
|
||||
- hermes-engine
|
||||
- RCT-Folly (= 2024.11.18.00)
|
||||
- RCTRequired
|
||||
- RCTTypeSafety
|
||||
- React
|
||||
- React-Codegen
|
||||
- React-Core
|
||||
- React-debug
|
||||
- React-Fabric
|
||||
- React-featureflags
|
||||
- React-graphics
|
||||
- React-ImageManager
|
||||
- React-NativeModulesApple
|
||||
- React-RCTFabric
|
||||
- React-rendererdebug
|
||||
- React-utils
|
||||
- ReactCodegen
|
||||
- ReactCommon/turbomodule/bridging
|
||||
- ReactCommon/turbomodule/core
|
||||
- Yoga
|
||||
- react-native-image-resizer (3.0.11):
|
||||
- DoubleConversion
|
||||
- glog
|
||||
@@ -2700,7 +2713,7 @@ SPEC CHECKSUMS:
|
||||
react-native-geocoder-reborn: a3c3d8460910309e750609c373b6887ec6f67a8f
|
||||
react-native-geolocation: 66ddfd59066bb9365d0899967adc0a2cf2d0e6b2
|
||||
react-native-get-random-values: d16467cf726c618e9c7a8c3c39c31faa2244bbba
|
||||
react-native-image-picker: 509b80d8073aca8558fecc6676155a3e4900b63e
|
||||
react-native-image-picker: 84b261e109faa7312bca59f1f65c8f2b22865496
|
||||
react-native-image-resizer: 9e24efe3828c08a8d5553393f33695a086406340
|
||||
react-native-keep-awake: a351e6f67006b47f316ae2b17ee8ee69386167f4
|
||||
react-native-mail: 6e83813066984b26403d3fdfe79ac7bb31857e3c
|
||||
|
||||
7
package-lock.json
generated
7
package-lock.json
generated
@@ -68,7 +68,7 @@
|
||||
"react-native-geocoder-reborn": "^0.9.0",
|
||||
"react-native-gesture-handler": "2.22.1",
|
||||
"react-native-get-random-values": "^1.11.0",
|
||||
"react-native-image-picker": "github:inaturalist/react-native-image-picker",
|
||||
"react-native-image-picker": "github:inaturalist/react-native-image-picker#c980801d738b960f00d901a01d3d23e2a04c203a",
|
||||
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
||||
"react-native-linear-gradient": "^2.8.3",
|
||||
"react-native-localize": "^3.5.2",
|
||||
@@ -18456,8 +18456,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-native-image-picker": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "git+ssh://git@github.com/inaturalist/react-native-image-picker.git#939789106e5f03f558f831a2b33457b0e482880c",
|
||||
"version": "8.2.1",
|
||||
"resolved": "git+ssh://git@github.com/inaturalist/react-native-image-picker.git#c980801d738b960f00d901a01d3d23e2a04c203a",
|
||||
"integrity": "sha512-tKx3WaghYfkhCB0k0EJttLdvKCaDNzZ9jdwnuZWI4nfOlcEIj57bYaXw2cqvAXhBxwrKwyu5lkkE9wjfu6sPxA==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
"react-native-geocoder-reborn": "^0.9.0",
|
||||
"react-native-gesture-handler": "2.22.1",
|
||||
"react-native-get-random-values": "^1.11.0",
|
||||
"react-native-image-picker": "github:inaturalist/react-native-image-picker",
|
||||
"react-native-image-picker": "github:inaturalist/react-native-image-picker#c980801d738b960f00d901a01d3d23e2a04c203a",
|
||||
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
||||
"react-native-linear-gradient": "^2.8.3",
|
||||
"react-native-localize": "^3.5.2",
|
||||
|
||||
Reference in New Issue
Block a user