Skip to content

Commit

Permalink
📦 Package: Example + Lib. - Use NPM Libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed Sep 3, 2022
1 parent 09ffef1 commit e38da06
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 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-4):
- react-native-ios-utilities (1.0.0-5):
- 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: 38d97e0231f16632463d234c1318f14d1aff9c7d
react-native-ios-utilities: 202e5da19e7e614b208a33c0f5a8432f94e8f4f5
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 @@ -22,6 +22,6 @@
"@babel/runtime": "^7.12.5",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.64.0",
"react-native-ios-utilities": "/Volumes/SD-Card/Documents/Programming/libraries/react-native-ios-utilities"
"react-native-ios-utilities": "^1.0.0-5"
}
}
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-4"
react-native-ios-utilities@^1.0.0-5:
version "1.0.0-5"
resolved "https://registry.yarnpkg.com/react-native-ios-utilities/-/react-native-ios-utilities-1.0.0-5.tgz#5079251dcf3daa674ca7e462f472fb8a00b4fa06"
integrity sha512-YeNFVdFJG7WlX6cNVgeVBFgh46Isy+pNFdlEjlr3/6r9lVGV7ZcBmTH7gyUQAhig/5DeXNuX6NjKXKcXy/n7mA==

react-native-safe-area-context@^3.3.2:
version "3.4.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-builder-bob": "^0.18.0",
"react-native-ios-utilities": "/Volumes/SD-Card/Documents/Programming/libraries/react-native-ios-utilities",
"react-native-ios-utilities": "^1.0.0-5",
"release-it": "^14.2.2",
"typescript": "^4.1.3"
},
Expand Down
6 changes: 4 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5917,8 +5917,10 @@ react-native-builder-bob@^0.18.0:
optionalDependencies:
jetifier "^1.6.6"

react-native-ios-utilities@/Volumes/SD-Card/Documents/Programming/libraries/react-native-ios-utilities:
version "1.0.0-4"
react-native-ios-utilities@^1.0.0-5:
version "1.0.0-5"
resolved "https://registry.yarnpkg.com/react-native-ios-utilities/-/react-native-ios-utilities-1.0.0-5.tgz#5079251dcf3daa674ca7e462f472fb8a00b4fa06"
integrity sha512-YeNFVdFJG7WlX6cNVgeVBFgh46Isy+pNFdlEjlr3/6r9lVGV7ZcBmTH7gyUQAhig/5DeXNuX6NjKXKcXy/n7mA==

react-native@0.63.4:
version "0.63.4"
Expand Down

0 comments on commit e38da06

Please sign in to comment.