chore: set yarn version (#2504)

# Summary

Similar to
https://github.com/software-mansion/react-native-gesture-handler/pull/2882
Sets the package manager used in the example apps and in the root of the
repository to yarn@1.22.22.

## Test Plan

Install dependencies & build apps
This commit is contained in:
Jakub Grzywacz
2024-10-25 11:38:59 +02:00
committed by GitHub
parent a1705f13bc
commit 19c7ff8310

View File

@@ -136,5 +136,6 @@
"android": {
"javaPackageName": "com.horcrux.svg"
}
}
},
"packageManager": "yarn@1.22.22"
}