Skip to content

Commit

Permalink
Merge pull request #1335 from Talej/bwlocalqr
Browse files Browse the repository at this point in the history
deps: use BlueWallet fork of react-native-qrcode-local-image
  • Loading branch information
kaloudis committed Feb 22, 2023
2 parents 8d3eef0 + 715d86c commit 06d698f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions ios/Podfile.lock
Expand Up @@ -343,6 +343,8 @@ PODS:
- React-jsi (= 0.70.6)
- React-logger (= 0.70.6)
- React-perflogger (= 0.70.6)
- RemobileReactNativeQrcodeLocalImage (1.0.4):
- React
- RNCClipboard (1.9.0):
- React-Core
- RNCMaskedView (0.1.11):
Expand Down Expand Up @@ -413,6 +415,7 @@ DEPENDENCIES:
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- "RemobileReactNativeQrcodeLocalImage (from `../node_modules/@remobile/react-native-qrcode-local-image`)"
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
- "RNCPicker (from `../node_modules/@react-native-picker/picker`)"
Expand Down Expand Up @@ -526,6 +529,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
ReactCommon:
:path: "../node_modules/react-native/ReactCommon"
RemobileReactNativeQrcodeLocalImage:
:path: "../node_modules/@remobile/react-native-qrcode-local-image"
RNCClipboard:
:path: "../node_modules/@react-native-clipboard/clipboard"
RNCMaskedView:
Expand Down Expand Up @@ -597,6 +602,7 @@ SPEC CHECKSUMS:
React-RCTVibration: c75ceef7aa60a33b2d5731ebe5800ddde40cefc4
React-runtimeexecutor: 15437b576139df27635400de0599d9844f1ab817
ReactCommon: 349be31adeecffc7986a0de875d7fb0dcf4e251c
RemobileReactNativeQrcodeLocalImage: 57aadc12896b148fb5e04bc7c6805f3565f5c3fa
RNCClipboard: 99fc8ad669a376b756fbc8098ae2fd05c0ed0668
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNCPicker: 0bf8ef8f7800524f32d2bb2a8bcadd53eda0ecd1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "5.11.11",
"@react-navigation/native": "6.0.16",
"@remobile/react-native-qrcode-local-image": "1.0.4",
"@remobile/react-native-qrcode-local-image": "github:BlueWallet/react-native-qrcode-local-image#b8baa79",
"@tradle/react-native-http": "2.0.1",
"@types/react-native-snap-carousel": "3.8.5",
"assert": "1.5.0",
Expand Down
5 changes: 2 additions & 3 deletions yarn.lock
Expand Up @@ -1546,10 +1546,9 @@
dependencies:
nanoid "^3.1.23"

"@remobile/react-native-qrcode-local-image@1.0.4":
"@remobile/react-native-qrcode-local-image@github:BlueWallet/react-native-qrcode-local-image#b8baa79":
version "1.0.4"
resolved "https://registry.yarnpkg.com/@remobile/react-native-qrcode-local-image/-/react-native-qrcode-local-image-1.0.4.tgz#471e14ca6be6852578e0ca63c2a8bf67a61b4e47"
integrity sha512-tM+komoSgcS+7UzdH0MP2gF0yR8Hc8Dfe3P2iIlQhXyQdHaEVn1dyO6sw+McGfEj+n2DdsP2YXb8g16gW7qcKg==
resolved "https://codeload.github.com/BlueWallet/react-native-qrcode-local-image/tar.gz/b8baa79ba3b3859c9353c9dee7f01392b989a530"

"@sideway/address@^4.1.3":
version "4.1.4"
Expand Down

0 comments on commit 06d698f

Please sign in to comment.