Skip to content

Commit 1a7f19e

Browse files
committed
Satscard: init
1 parent 9f01629 commit 1a7f19e

File tree

6 files changed

+3176
-2275
lines changed

6 files changed

+3176
-2275
lines changed

Navigation.ts

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ import PointOfSaleRecon from './views/Settings/PointOfSaleRecon';
5050
import PointOfSaleReconExport from './views/Settings/PointOfSaleReconExport';
5151
import PaymentsSettings from './views/Settings/PaymentsSettings';
5252
import InvoicesSettings from './views/Settings/InvoicesSettings';
53+
import Satscard from './views/Settings/Satscard';
5354

5455
// Routing
5556
import Routing from './views/Routing/Routing';
@@ -246,6 +247,8 @@ const AppScenes = {
246247
},
247248
PointOfSaleReconExport: {
248249
screen: PointOfSaleReconExport
250+
Satscard: {
251+
screen: Satscard
249252
},
250253
PaymentsSettings: {
251254
screen: PaymentsSettings

ios/Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ PODS:
261261
- React-Core
262262
- react-native-nfc-manager (3.13.0):
263263
- React
264+
- react-native-qrcode-local-image (1.0.4):
265+
- React
264266
- react-native-randombytes (3.5.3):
265267
- React
266268
- react-native-restart (0.0.24):
@@ -339,8 +341,6 @@ PODS:
339341
- React-perflogger (= 0.70.6)
340342
- ReactNativeCameraKit (13.0.0):
341343
- React-Core
342-
- RemobileReactNativeQrcodeLocalImage (1.0.4):
343-
- React
344344
- RNCClipboard (1.9.0):
345345
- React-Core
346346
- RNCMaskedView (0.1.11):
@@ -396,6 +396,7 @@ DEPENDENCIES:
396396
- react-native-hce (from `../node_modules/react-native-hce`)
397397
- react-native-image-picker (from `../node_modules/react-native-image-picker`)
398398
- react-native-nfc-manager (from `../node_modules/react-native-nfc-manager`)
399+
- "react-native-qrcode-local-image (from `../node_modules/@remobile/react-native-qrcode-local-image`)"
399400
- react-native-randombytes (from `../node_modules/react-native-randombytes`)
400401
- react-native-restart (from `../node_modules/react-native-restart`)
401402
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
@@ -414,7 +415,6 @@ DEPENDENCIES:
414415
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
415416
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
416417
- ReactNativeCameraKit (from `../node_modules/react-native-camera-kit`)
417-
- "RemobileReactNativeQrcodeLocalImage (from `../node_modules/@remobile/react-native-qrcode-local-image`)"
418418
- "RNCClipboard (from `../node_modules/@react-native-clipboard/clipboard`)"
419419
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
420420
- "RNCPicker (from `../node_modules/@react-native-picker/picker`)"
@@ -495,6 +495,8 @@ EXTERNAL SOURCES:
495495
:path: "../node_modules/react-native-image-picker"
496496
react-native-nfc-manager:
497497
:path: "../node_modules/react-native-nfc-manager"
498+
react-native-qrcode-local-image:
499+
:path: "../node_modules/@remobile/react-native-qrcode-local-image"
498500
react-native-randombytes:
499501
:path: "../node_modules/react-native-randombytes"
500502
react-native-restart:
@@ -531,8 +533,6 @@ EXTERNAL SOURCES:
531533
:path: "../node_modules/react-native/ReactCommon"
532534
ReactNativeCameraKit:
533535
:path: "../node_modules/react-native-camera-kit"
534-
RemobileReactNativeQrcodeLocalImage:
535-
:path: "../node_modules/@remobile/react-native-qrcode-local-image"
536536
RNCClipboard:
537537
:path: "../node_modules/@react-native-clipboard/clipboard"
538538
RNCMaskedView:
@@ -589,6 +589,7 @@ SPEC CHECKSUMS:
589589
react-native-hce: 677aa1c41edf183523bb7b1014d106a08631ff88
590590
react-native-image-picker: 8cb4280e2c1efc3daeb2d9d597f9429a60472e40
591591
react-native-nfc-manager: 001c3a98e68efd57b7fb04b1837ab06ca7243238
592+
react-native-qrcode-local-image: 35ccb306e4265bc5545f813e54cc830b5d75bcfc
592593
react-native-randombytes: 3638d24759d67c68f6ccba60c52a7a8a8faa6a23
593594
react-native-restart: 45c8dca02491980f2958595333cbccd6877cb57e
594595
react-native-safe-area-context: 25260c5d0b9c53fd7aa88e569e2edae72af1f6a3
@@ -607,7 +608,6 @@ SPEC CHECKSUMS:
607608
React-runtimeexecutor: 15437b576139df27635400de0599d9844f1ab817
608609
ReactCommon: 349be31adeecffc7986a0de875d7fb0dcf4e251c
609610
ReactNativeCameraKit: 9d46a5d7dd544ca64aa9c03c150d2348faf437eb
610-
RemobileReactNativeQrcodeLocalImage: 57aadc12896b148fb5e04bc7c6805f3565f5c3fa
611611
RNCClipboard: 99fc8ad669a376b756fbc8098ae2fd05c0ed0668
612612
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
613613
RNCPicker: 0bf8ef8f7800524f32d2bb2a8bcadd53eda0ecd1

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@react-native-picker/picker": "2.4.8",
3030
"@react-navigation/bottom-tabs": "5.11.11",
3131
"@react-navigation/native": "6.0.16",
32-
"@remobile/react-native-qrcode-local-image": "github:BlueWallet/react-native-qrcode-local-image#b8baa79",
32+
"@remobile/react-native-qrcode-local-image": "github:BlueWallet/react-native-qrcode-local-image#master",
3333
"@tradle/react-native-http": "2.0.1",
3434
"@types/react-native-snap-carousel": "3.8.5",
3535
"assert": "1.5.0",
@@ -42,6 +42,7 @@
4242
"browserify-zlib": "0.1.4",
4343
"bs58check": "2.1.2",
4444
"buffer": "5.6.0",
45+
"cktap-protocol-react-native": "git+https://github.com/bithyve/cktap-protocol-react-native.git#main",
4546
"console-browserify": "1.2.0",
4647
"constants-browserify": "1.0.0",
4748
"create-hash": "1.2.0",

0 commit comments

Comments
 (0)