Merge pull request #3139 from inaturalist/update-react-native-volume-manager-2

Update react-native-volume-manager
This commit is contained in:
Ryan Stelly
2025-10-14 18:27:09 -05:00
committed by GitHub
3 changed files with 8 additions and 7 deletions

View File

@@ -1633,7 +1633,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-volume-manager (1.10.0):
- react-native-volume-manager (2.0.8):
- Mute
- React-Core
- react-native-webview (13.15.0):
@@ -2951,7 +2951,7 @@ SPEC CHECKSUMS:
react-native-safe-area-context: cd92c82a585b20104dc8044bf9db588a53e35552
react-native-sensitive-info: ee358bf2b901ac3d04f63ff637b31daee44ea87f
react-native-slider: 605e731593322c4bb2eb48d7d64e2e4dbf7cbd77
react-native-volume-manager: d9d2863a2374420af89c89662333ea6adf506988
react-native-volume-manager: cdd3c3857158c1df7b9fbea071a9946395cee06c
react-native-webview: 69c118d283fccfbc4fca0cd680e036ff3bf188fa
react-native-worklets-core: 6b2e8fc097b36c66173f2814ee484be2f8fe7479
React-NativeModulesApple: 0f1cdafa0517926f47ff74dbd92a1c9bb767cc69

9
package-lock.json generated
View File

@@ -95,7 +95,7 @@
"react-native-svg-transformer": "^1.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vision-camera": "^4.7.2",
"react-native-volume-manager": "^1.10.0",
"react-native-volume-manager": "^2.0.8",
"react-native-webview": "^13.15.0",
"react-native-worklets-core": "^1.6.2",
"realm": "20.1.0",
@@ -18774,9 +18774,10 @@
}
},
"node_modules/react-native-volume-manager": {
"version": "1.10.0",
"resolved": "https://registry.npmjs.org/react-native-volume-manager/-/react-native-volume-manager-1.10.0.tgz",
"integrity": "sha512-MJbUyXCEz5q2GDJoOImvVZ+aC39mdxqvD6ZYVXPBuhbdhoThOIDZoaVAf+vC7H8ahGToLtNWVfcbgds8zzgHAg==",
"version": "2.0.8",
"resolved": "https://registry.npmjs.org/react-native-volume-manager/-/react-native-volume-manager-2.0.8.tgz",
"integrity": "sha512-aZM47/mYkdQ4CbXpKYO6Ajiczv7fxbQXZ9c0H8gRuQUaS3OCz/MZABer6o9aDWq0KMNsQ7q7GVFLRPnSSeeMmw==",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"

View File

@@ -129,7 +129,7 @@
"react-native-svg-transformer": "^1.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vision-camera": "^4.7.2",
"react-native-volume-manager": "^1.10.0",
"react-native-volume-manager": "^2.0.8",
"react-native-webview": "^13.15.0",
"react-native-worklets-core": "^1.6.2",
"realm": "20.1.0",