Skip to content

Commit

Permalink
📦 Package: Example - Use NPM Libraries
Browse files Browse the repository at this point in the history
Summary: Change library dependency from local to NPM.
  • Loading branch information
dominicstop committed Aug 26, 2022
1 parent 6eaea27 commit 6171e2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ PODS:
- react-native-ios-popover (1.0.0):
- React-Core
- react-native-ios-utilities
- react-native-ios-utilities (1.0.0-3):
- react-native-ios-utilities (1.0.0-4):
- React-Core
- react-native-safe-area-context (3.4.1):
- React-Core
Expand Down Expand Up @@ -375,7 +375,7 @@ SPEC CHECKSUMS:
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
react-native-ios-popover: 6729720286f018371755e1f6ee35209d67114e0a
react-native-ios-utilities: f14a1aa3c12c0386da4d766c1397370865c0422b
react-native-ios-utilities: 38d97e0231f16632463d234c1318f14d1aff9c7d
react-native-safe-area-context: 9e40fb181dac02619414ba1294d6c2a807056ab9
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@react-navigation/native-stack": "^6.2.5",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-ios-utilities": "/Volumes/SD-Card/Documents/Programming/libraries/react-native-ios-utilities",
"react-native-ios-utilities": "1.0.0-4",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.2"
},
Expand Down
6 changes: 4 additions & 2 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3625,8 +3625,10 @@ react-is@^16.12.0, react-is@^16.13.0, react-is@^16.13.1, react-is@^16.8.4:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

react-native-ios-utilities@/Volumes/SD-Card/Documents/Programming/libraries/react-native-ios-utilities:
version "1.0.0-3"
react-native-ios-utilities@1.0.0-4:
version "1.0.0-4"
resolved "https://registry.yarnpkg.com/react-native-ios-utilities/-/react-native-ios-utilities-1.0.0-4.tgz#32f366b138b4cd1daa8794251523715c3faf5013"
integrity sha512-jnx/n309nMzzCJMaHXjirDEsdVqD/O1616/YIX5c2iVspU6g3guhRpS6x2r7bcXmLsyyNGYmXPu5vZdEsbndFQ==

react-native-safe-area-context@^3.3.2:
version "3.4.1"
Expand Down

0 comments on commit 6171e2e

Please sign in to comment.