Skip to content

Commit 8844c94

Browse files
committed
Fix unicorn dep verion in expo demo
1 parent 4fe0b26 commit 8844c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

expoDemo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react-native-svg-transformer": "^1.0.0",
3030
"react-native-ui-lib": "^7.1.0",
3131
"react-native-web": "~0.18.12",
32-
"unicorn-demo-app": "file:../demo"
32+
"unicorn-demo-app": "^7.1.0"
3333
},
3434
"devDependencies": {
3535
"@babel/core": "^7.21.0",

0 commit comments

Comments
 (0)