Skip to content

Commit

Permalink
fix(pirateship): add missing rn payments dependency
Browse files Browse the repository at this point in the history
fsshopify added react-native-payments as a dependency for end projects. This adds a react-native-payments dependency to pirateship; it has to be pinned to the same version as in fsshopify in order for RN native modules to resolve it properly.
  • Loading branch information
bweissbart authored and sdenaci committed Dec 14, 2018
1 parent bd76a08 commit a00a2f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/pirateship/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"react-native-htmlview": "^0.13.0",
"react-native-i18n": "^2.0.15",
"react-native-navigation": "1.1.483",
"react-native-payments": "0.7.0",
"react-native-push-notification": "^3.1.1",
"react-native-safe-area": "^0.5.0",
"react-native-sensitive-info": "^5.1.0",
Expand All @@ -64,7 +65,8 @@
"react-native-sensitive-info",
"react-native-safe-area",
"react-native-push-notification",
"react-native-svg"
"react-native-svg",
"react-native-payments"
],
"webTitle": "PirateShip"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10671,7 +10671,7 @@ react-native-open-settings@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/react-native-open-settings/-/react-native-open-settings-1.0.1.tgz#1c0ae3d25fd3fd6de94b6d538333d47245cc5a0c"

react-native-payments@^0.7.0:
react-native-payments@0.7.0, react-native-payments@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/react-native-payments/-/react-native-payments-0.7.0.tgz#fbb933cbc23ef771113efca0c2c4e415fe6a2071"
dependencies:
Expand Down

0 comments on commit a00a2f5

Please sign in to comment.