Skip to content

Commit 174512c

Browse files
committed
feat: use local lib in example deps
1 parent dbbd33c commit 174512c

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

example/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12-
"@kanelloc/react-native-animated-header-scroll-view": "^0.2.1",
1312
"@react-navigation/native": "^6.1.1",
1413
"@react-navigation/native-stack": "^6.9.7",
1514
"expo": "~47.0.9",

example/yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1543,11 +1543,6 @@
15431543
"@jridgewell/resolve-uri" "3.1.0"
15441544
"@jridgewell/sourcemap-codec" "1.4.14"
15451545

1546-
"@kanelloc/react-native-animated-header-scroll-view@^0.2.1":
1547-
version "0.2.1"
1548-
resolved "https://registry.yarnpkg.com/@kanelloc/react-native-animated-header-scroll-view/-/react-native-animated-header-scroll-view-0.2.1.tgz#444c2186ac43c018ac6804ddf75358d7a7421881"
1549-
integrity sha512-IoldKA0i+JmmDZQaf0oPgTg1N0nRcyi6aVWsNP97G/YS/PDMWUSty7o5Kh1onNXgB25k1TbcLxHimftUGdCndA==
1550-
15511546
"@nodelib/[email protected]":
15521547
version "2.1.5"
15531548
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"baseUrl": "./",
44
"paths": {
5-
"react-native-animated-header-scroll-view": ["./src/index"]
5+
"@kanelloc/react-native-animated-header-scroll-view": ["./src/index"]
66
},
77
"allowUnreachableCode": false,
88
"allowUnusedLabels": false,

0 commit comments

Comments
 (0)