Skip to content

Commit b46015a

Browse files
committed
Add uuid package to example
1 parent 93582e8 commit b46015a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"react-native-reanimated": "~3.3.0",
3636
"react-native-safe-area-context": "4.6.3",
3737
"react-native-screens": "~3.22.0",
38-
"react-native-web": "~0.19.6"
38+
"react-native-web": "~0.19.6",
39+
"uuid": "3.4.0"
3940
},
4041
"devDependencies": {
4142
"@babel/core": "^7.20.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15073,7 +15073,7 @@ [email protected]:
1507315073
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
1507415074
integrity sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==
1507515075

15076-
uuid@^3.3.2, uuid@^3.4.0:
15076+
uuid@3.4.0, uuid@^3.3.2, uuid@^3.4.0:
1507715077
version "3.4.0"
1507815078
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
1507915079
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==

0 commit comments

Comments
 (0)