Skip to content

Commit a61f838

Browse files
committed
Upgrade to react-native-gesture-handler v2.16.0
1 parent d901de8 commit a61f838

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ PODS:
592592
- React-Core
593593
- RNFS (2.20.0):
594594
- React-Core
595-
- RNGestureHandler (2.13.4):
595+
- RNGestureHandler (2.16.0):
596596
- RCT-Folly (= 2021.07.22.00)
597597
- React-Core
598598
- RNLocalize (3.0.2):
@@ -1222,7 +1222,7 @@ SPEC CHECKSUMS:
12221222
RNFBRemoteConfig: 837617c42142be01e0c3f9bc6a0c0e7330131206
12231223
RNFlashList: 4b4b6b093afc0df60ae08f9cbf6ccd4c836c667a
12241224
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
1225-
RNGestureHandler: 6e46dde1f87e5f018a54fe5d40cd0e0b942b49ee
1225+
RNGestureHandler: 69d0a928253547ef857a7be4f453220b9c472e07
12261226
RNLocalize: dbea38dcb344bf80ff18a1757b1becf11f70cae4
12271227
RNPermissions: 5829ce9a821b8bcab921dae16a7d1a3dc4c95a03
12281228
RNQrGenerator: 90461ba3ca88c1d38ef73da50fade35d9648215d

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
"react-native-fast-shadow": "^0.1.0",
127127
"react-native-file-access": "^3.0.5",
128128
"react-native-fs": "^2.19.0",
129-
"react-native-gesture-handler": "^2.13.4",
129+
"react-native-gesture-handler": "^2.16.0",
130130
"react-native-get-random-values": "^1.9.0",
131131
"react-native-haptic-feedback": "^1.14.0",
132132
"react-native-image-colors": "^2.3.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15944,10 +15944,10 @@ react-native-fs@^2.19.0:
1594415944
base-64 "^0.1.0"
1594515945
utf8 "^3.0.0"
1594615946

15947-
react-native-gesture-handler@^2.13.4:
15948-
version "2.13.4"
15949-
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.13.4.tgz#6a99384330278c4488bcfc7f1814be3e0d7401fd"
15950-
integrity sha512-smpYOVbvWABpq2H+lmDnfOLCTH934aUPO1w2/pQXvm1j+M/vmGQmvgRDJOpXcks17HLtNNKXD6tcODf3aPqDfA==
15947+
react-native-gesture-handler@^2.16.0:
15948+
version "2.16.0"
15949+
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.16.0.tgz#45a00b5988e74ebc58f130c8d1443319c8e678db"
15950+
integrity sha512-1hFkx7RIfeJSyTQQ0Nkv4icFVZ5+XjQkd47OgZMBFzoB7ecL+nFSz8KLi3OCWOhq+nbHpSPlSG5VF3CQNCJpWA==
1595115951
dependencies:
1595215952
"@egjs/hammerjs" "^2.0.17"
1595315953
hoist-non-react-statics "^3.3.0"

0 commit comments

Comments
 (0)