Skip to content

Commit d830a17

Browse files
chore: update example to use local package code as dependency
1 parent 7d4b3b4 commit d830a17

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@react-native-clipboard/clipboard": "^1.11.2",
1414
"react": "18.2.0",
1515
"react-native": "0.72.6",
16-
"react-native-otp-textinput": "^1.1.3"
16+
"react-native-otp-textinput": "file:../"
1717
},
1818
"devDependencies": {
1919
"@babel/core": "^7.20.0",

Example/yarn.lock

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5730,10 +5730,8 @@ react-is@^17.0.1:
57305730
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
57315731
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
57325732

5733-
react-native-otp-textinput@^1.1.3:
5733+
"react-native-otp-textinput@file:..":
57345734
version "1.1.3"
5735-
resolved "https://registry.yarnpkg.com/react-native-otp-textinput/-/react-native-otp-textinput-1.1.3.tgz#5675628e2bf54edc964755bb93699e9f9fdefd8a"
5736-
integrity sha512-C32Tz9spngydOpiyjI20SCDDJ5vGGkR0EBYM0ynVhyPZ8gUHZEfz7zxdtvGhAp+PKiU7d6rvI3i5ZpTQJpPg+g==
57375735
dependencies:
57385736
react "^18.2.0"
57395737

0 commit comments

Comments
 (0)