diff --git a/ios/Podfile.lock b/ios/Podfile.lock index ce7a30ca..28da4895 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -3005,6 +3005,8 @@ PODS: - ReactCommon/turbomodule/bridging - ReactCommon/turbomodule/core - Yoga + - react-native-quick-base64 (2.2.2): + - React-Core - react-native-quick-crypto (0.7.17): - DoubleConversion - glog @@ -3881,6 +3883,7 @@ DEPENDENCIES: - react-native-image-picker (from `../node_modules/react-native-image-picker`) - react-native-keyboard-controller (from `../node_modules/react-native-keyboard-controller`) - react-native-pager-view (from `../node_modules/react-native-pager-view`) + - react-native-quick-base64 (from `../node_modules/react-native-quick-base64`) - react-native-quick-crypto (from `../node_modules/react-native-quick-crypto`) - react-native-restart (from `../node_modules/react-native-restart`) - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`) @@ -4113,6 +4116,8 @@ EXTERNAL SOURCES: :path: "../node_modules/react-native-keyboard-controller" react-native-pager-view: :path: "../node_modules/react-native-pager-view" + react-native-quick-base64: + :path: "../node_modules/react-native-quick-base64" react-native-quick-crypto: :path: "../node_modules/react-native-quick-crypto" react-native-restart: @@ -4325,6 +4330,7 @@ SPEC CHECKSUMS: react-native-image-picker: f6ece66f251f4a17aab08f5add7be6eb9e7f5356 react-native-keyboard-controller: a54cdf81b0d755fb3737e574e8899df410e8d84b react-native-pager-view: 04ff926ac8977b63970da40effd02963b60e0970 + react-native-quick-base64: 6568199bb2ac8e72ecdfdc73a230fbc5c1d3aac4 react-native-quick-crypto: acc34a06d35fad008ad97a333c9f6c99e2df6dcd react-native-restart: 0bc732f4461709022a742bb29bcccf6bbc5b4863 react-native-safe-area-context: 5928d84c879db2f9eb6969ca70e68f58623dbf25 diff --git a/package.json b/package.json index e97818ea..c3439021 100644 --- a/package.json +++ b/package.json @@ -89,6 +89,7 @@ "react-native-keyboard-controller": "^1.17.5", "react-native-pager-view": "6.7.1", "react-native-qrcode-svg": "^6.3.15", + "react-native-quick-base64": "^2.2.2", "react-native-quick-crypto": "^0.7.17", "react-native-reanimated": "~3.17.4", "react-native-restart": "^0.0.27", diff --git a/pollyfills.js b/pollyfills.js index 98d04bfb..82b3b0bb 100644 --- a/pollyfills.js +++ b/pollyfills.js @@ -3,7 +3,8 @@ import 'react-native-get-random-values'; import 'react-native-gesture-handler'; import '@azure/core-asynciterator-polyfill'; - +//neeed for encription + spark +import 'react-native-quick-base64'; import {Buffer} from '@craftzdog/react-native-buffer'; global.Buffer = Buffer; diff --git a/yarn.lock b/yarn.lock index 23c339c1..b5f0b191 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4972,6 +4972,7 @@ __metadata: react-native-keyboard-controller: ^1.17.5 react-native-pager-view: 6.7.1 react-native-qrcode-svg: ^6.3.15 + react-native-quick-base64: ^2.2.2 react-native-quick-crypto: ^0.7.17 react-native-reanimated: ~3.17.4 react-native-restart: ^0.0.27 @@ -12950,6 +12951,16 @@ __metadata: languageName: node linkType: hard +"react-native-quick-base64@npm:^2.2.2": + version: 2.2.2 + resolution: "react-native-quick-base64@npm:2.2.2" + peerDependencies: + react: "*" + react-native: "*" + checksum: 51cd8df0b7f78d4c10996f157927cc075b8a9e85f7d0e48790a4247a033ca335e440c96572969fb6f6b49135d51dbf87c6d659fba509b51b9237957d41a6c580 + languageName: node + linkType: hard + "react-native-quick-crypto@npm:^0.7.17": version: 0.7.17 resolution: "react-native-quick-crypto@npm:0.7.17"