Update react-native-gesture-handler (#3138)

This commit is contained in:
Johannes Klein
2025-10-15 17:53:03 +02:00
committed by GitHub
parent cde428e6c7
commit 744d307d9d
3 changed files with 9 additions and 7 deletions

View File

@@ -2114,7 +2114,7 @@ PODS:
- Yoga
- RNFS (2.20.0):
- React-Core
- RNGestureHandler (2.22.1):
- RNGestureHandler (2.28.0):
- DoubleConversion
- glog
- hermes-engine
@@ -2124,6 +2124,7 @@ PODS:
- React-Core
- React-debug
- React-Fabric
- React-FabricComponents
- React-featureflags
- React-graphics
- React-hermes
@@ -2995,7 +2996,7 @@ SPEC CHECKSUMS:
RNDeviceInfo: d863506092aef7e7af3a1c350c913d867d795047
RNFlashList: 9a636f9c1d8473a9ebba4d089dbb90c99278dc11
RNFS: 89de7d7f4c0f6bafa05343c578f61118c8282ed8
RNGestureHandler: f524a307d1e3c5d8e969ff7a47fdb7ff83e4abc9
RNGestureHandler: c50b05a3941646c4e4098344033ca4609b42be85
RNGoogleSignin: ab92f905105098416442fba5c31bc60009331587
RNLocalize: a46aae37770c521a04f389892f10111b7f51ac4d
RNPermissions: a18c7b3ca2ceafdf85237765eef4122149a202e3

9
package-lock.json generated
View File

@@ -66,7 +66,7 @@
"react-native-exif-reader": "github:inaturalist/react-native-exif-reader#v0.4.3",
"react-native-fs": "^2.20.0",
"react-native-geocoder-reborn": "^0.9.0",
"react-native-gesture-handler": "2.22.1",
"react-native-gesture-handler": "^2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-image-picker": "github:inaturalist/react-native-image-picker#c980801d738b960f00d901a01d3d23e2a04c203a",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
@@ -18296,9 +18296,10 @@
}
},
"node_modules/react-native-gesture-handler": {
"version": "2.22.1",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.22.1.tgz",
"integrity": "sha512-E0C9D+Ia2UZYevoSV9rTKjhFWEVdR/3l4Z3TUoQrI/wewgzDlmJOrYvGW5aMlPUuQF2vHQOdFfAWhVEqFu4tWw==",
"version": "2.28.0",
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.28.0.tgz",
"integrity": "sha512-0msfJ1vRxXKVgTgvL+1ZOoYw3/0z1R+Ked0+udoJhyplC2jbVKIJ8Z1bzWdpQRCV3QcQ87Op0zJVE5DhKK2A0A==",
"license": "MIT",
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"hoist-non-react-statics": "^3.3.0",

View File

@@ -100,7 +100,7 @@
"react-native-exif-reader": "github:inaturalist/react-native-exif-reader#v0.4.3",
"react-native-fs": "^2.20.0",
"react-native-geocoder-reborn": "^0.9.0",
"react-native-gesture-handler": "2.22.1",
"react-native-gesture-handler": "^2.28.0",
"react-native-get-random-values": "^1.11.0",
"react-native-image-picker": "github:inaturalist/react-native-image-picker#c980801d738b960f00d901a01d3d23e2a04c203a",
"react-native-keyboard-aware-scroll-view": "^0.9.5",