Skip to content

Commit 19f439a

Browse files
committed
chore: Use * instead of workspace:* syntax
1 parent 8cc9803 commit 19f439a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-native-vector-icons": "^10.2.0",
3131
"react-native-video": "^6.6.4",
3232
"react-native-worklets-core": "^1.3.3",
33-
"react-native-vision-camera": "workspace:*"
33+
"react-native-vision-camera": "*"
3434
},
3535
"devDependencies": {
3636
"@babel/core": "^7.24.7",

0 commit comments

Comments
 (0)