Skip to content

Commit 396323b

Browse files
committed
chore: update react-native-gesture-handler patch
1 parent 6324b00 commit 396323b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/react-native-gesture-handler+2.13.3.patch renamed to patches/react-native-gesture-handler+2.13.4.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ index 085c8c7..eff5980 100644
66
-import pack from 'react-native/package.json';
77
-
88
-const [majorStr, minorStr] = pack.version.split('.');
9-
+const [majorStr, minorStr] = '2.13.2'.split('.');
9+
+const [majorStr, minorStr] = '2.13.4'.split('.');
1010
export const REACT_NATIVE_VERSION = {
1111
major: parseInt(majorStr, 10),
1212
minor: parseInt(minorStr, 10),

0 commit comments

Comments
 (0)