Skip to content

Commit

Permalink
chore: set yarn version (#2504)
Browse files Browse the repository at this point in the history
# Summary

Similar to
software-mansion/react-native-gesture-handler#2882
Sets the package manager used in the example apps and in the root of the
repository to [email protected].

## Test Plan

Install dependencies & build apps
  • Loading branch information
jakex7 authored Oct 25, 2024
1 parent a1705f1 commit 19c7ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@
"android": {
"javaPackageName": "com.horcrux.svg"
}
}
},
"packageManager": "[email protected]"
}

0 comments on commit 19c7ff8

Please sign in to comment.