Skip to content

Commit 61c2ac7

Browse files
authored
Upgrade gesture-handler to v2 (#1771)
1 parent 8a7aab0 commit 61c2ac7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ios/rnuilib.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@
392392
);
393393
inputPaths = (
394394
"${PODS_ROOT}/Target Support Files/Pods-rnuilib-rnuilibTests/Pods-rnuilib-rnuilibTests-frameworks.sh",
395-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion",
396-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
395+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/double-conversion/double-conversion.framework/double-conversion",
396+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
397397
);
398398
name = "[CP] Embed Pods Frameworks";
399399
outputPaths = (
@@ -444,8 +444,8 @@
444444
);
445445
inputPaths = (
446446
"${PODS_ROOT}/Target Support Files/Pods-rnuilib/Pods-rnuilib-frameworks.sh",
447-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/Flipper-DoubleConversion/double-conversion.framework/double-conversion",
448-
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL-Universal/OpenSSL.framework/OpenSSL",
447+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/double-conversion/double-conversion.framework/double-conversion",
448+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL",
449449
);
450450
name = "[CP] Embed Pods Frameworks";
451451
outputPaths = (

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"react-autobind": "^1.0.6",
100100
"react-dom": "^15.4.2",
101101
"react-native": "0.66.4",
102-
"react-native-gesture-handler": "1.10.3",
102+
"react-native-gesture-handler": "2.1.1",
103103
"react-native-haptic-feedback": "^1.11.0",
104104
"react-native-keyboard-tracking-view": "^5.6.1",
105105
"react-native-linear-gradient": "2.5.6",

0 commit comments

Comments
 (0)