Skip to content

Commit

Permalink
chore: update react-native-gesture-handler patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 14, 2023
1 parent 6324b00 commit 396323b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ index 085c8c7..eff5980 100644
-import pack from 'react-native/package.json';
-
-const [majorStr, minorStr] = pack.version.split('.');
+const [majorStr, minorStr] = '2.13.2'.split('.');
+const [majorStr, minorStr] = '2.13.4'.split('.');
export const REACT_NATIVE_VERSION = {
major: parseInt(majorStr, 10),
minor: parseInt(minorStr, 10),

0 comments on commit 396323b

Please sign in to comment.