Skip to content

Commit fc843f7

Browse files
Merge pull request #181 from pubky/feat/scan-to-onboard
Feat/scan to onboard
2 parents 6eb5a12 + 4c7c647 commit fc843f7

33 files changed

+592
-194
lines changed

App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ function App(): React.JSX.Element {
4242

4343
// Handle the deep link
4444
const handleDeepLink = (url: string): void => {
45-
const parsedUrl = parseDeepLink(url);
46-
dispatch(setDeepLink(parsedUrl));
45+
const parsedData = parseDeepLink(url);
46+
dispatch(setDeepLink(JSON.stringify(parsedData)));
4747
};
4848

4949
// Set up deep link listeners

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ android {
8282
applicationId "to.pubky.ring"
8383
minSdkVersion rootProject.ext.minSdkVersion
8484
targetSdkVersion rootProject.ext.targetSdkVersion
85-
versionCode 11
86-
versionName "1.6"
85+
versionCode 12
86+
versionName "1.7"
8787
}
8888

8989
signingConfigs {

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
minSdkVersion = 24
55
compileSdkVersion = 35
66
targetSdkVersion = 35
7-
ndkVersion = "27.1.12297006"
7+
ndkVersion = "28.2.13676358"
88
kotlinVersion = "2.1.20"
99
kotlin_version = kotlinVersion
1010
}

ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ PODS:
18581858
- ReactCommon/turbomodule/core
18591859
- SocketRocket
18601860
- Yoga
1861-
- react-native-skia (2.2.4):
1861+
- react-native-skia (2.3.0):
18621862
- boost
18631863
- DoubleConversion
18641864
- fast_float
@@ -2363,7 +2363,7 @@ PODS:
23632363
- React-perflogger (= 0.80.2)
23642364
- React-utils (= 0.80.2)
23652365
- SocketRocket
2366-
- ReactNativeCameraKit (15.1.0):
2366+
- ReactNativeCameraKit (16.1.3):
23672367
- boost
23682368
- DoubleConversion
23692369
- fast_float
@@ -3266,7 +3266,7 @@ SPEC CHECKSUMS:
32663266
react-native-netinfo: f0a9899081c185db1de5bb2fdc1c88c202a059ac
32673267
react-native-pubky: e238e67243a780ec63ea81e12cd0eb85b746cb68
32683268
react-native-safe-area-context: fd72bd1eb562ff2a0fda20e9a7828c4b0cabf5a4
3269-
react-native-skia: 8be872bfae8d97bed098069be559266ec5583657
3269+
react-native-skia: 8089e8b97270b2f07545477d6eff211dce61db57
32703270
React-NativeModulesApple: b22e6abb44d78270dfdfc7d85efe29e35e0333a7
32713271
React-oscompat: 56d6de59f9ae95cd006a1c40be2cde83bc06a4e1
32723272
React-perflogger: 0633844e495d8b34798c9bf0cb32ce315f1d5c9f
@@ -3298,7 +3298,7 @@ SPEC CHECKSUMS:
32983298
ReactAppDependencyProvider: 6c9197c1f6643633012ab646d2bfedd1b0d25989
32993299
ReactCodegen: 9ea66ee246511816b72e9d6e380f884b7b3b99d7
33003300
ReactCommon: 7aca047f2f453a7d7f0adeccb63810d61829235a
3301-
ReactNativeCameraKit: d81588823aaa195cb922db814af46e9d1c1de328
3301+
ReactNativeCameraKit: f2410555605bf19240e95fe8e1fa0b0342afa998
33023302
ReactNativeFs: 85ddd9627980effe04c9064361066c950a0cde4a
33033303
RNCAsyncStorage: 767abb068db6ad28b5f59a129fbc9fab18b377e2
33043304
RNCClipboard: acf8ae07037c21f17d9284ca56e982186ed21465

ios/pubkyring.xcodeproj/project.pbxproj

Lines changed: 33 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,30 @@
1313
70F9B56BE652426C904D16F4 /* InterTight-VariableFont_wght.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C21B8554B47148DBBCC60B15 /* InterTight-VariableFont_wght.ttf */; };
1414
761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
1515
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
16-
F249E00375A9BA87AE373B42 /* libPods-pubkyring.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6500517293CA29C0F44BB325 /* libPods-pubkyring.a */; };
16+
F0B0F0C33BFC0AA7CD867F18 /* libPods-pubkyring.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F66FC2D5C5C4019367FA619 /* libPods-pubkyring.a */; };
1717
/* End PBXBuildFile section */
1818

1919
/* Begin PBXFileReference section */
20-
03704ACE8EBA61EB1DF0B9CD /* Pods-pubkyring-pubkyringTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pubkyring-pubkyringTests.debug.xcconfig"; path = "Target Support Files/Pods-pubkyring-pubkyringTests/Pods-pubkyring-pubkyringTests.debug.xcconfig"; sourceTree = "<group>"; };
21-
076BB43B9E1699605230DFE6 /* Pods-pubkyring-pubkyringTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pubkyring-pubkyringTests.release.xcconfig"; path = "Target Support Files/Pods-pubkyring-pubkyringTests/Pods-pubkyring-pubkyringTests.release.xcconfig"; sourceTree = "<group>"; };
2220
13B07F961A680F5B00A75B9A /* pubkyring.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = pubkyring.app; sourceTree = BUILT_PRODUCTS_DIR; };
2321
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = pubkyring/Images.xcassets; sourceTree = "<group>"; };
2422
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = pubkyring/Info.plist; sourceTree = "<group>"; };
2523
13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = pubkyring/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
26-
6500517293CA29C0F44BB325 /* libPods-pubkyring.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-pubkyring.a"; sourceTree = BUILT_PRODUCTS_DIR; };
24+
5F66FC2D5C5C4019367FA619 /* libPods-pubkyring.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-pubkyring.a"; sourceTree = BUILT_PRODUCTS_DIR; };
2725
761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = pubkyring/AppDelegate.swift; sourceTree = "<group>"; };
2826
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = pubkyring/LaunchScreen.storyboard; sourceTree = "<group>"; };
2927
B2ABDED632F64E4DABAEE478 /* InterTight-Italic-VariableFont_wght.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-Italic-VariableFont_wght.ttf"; path = "../assets/fonts/InterTight-Italic-VariableFont_wght.ttf"; sourceTree = "<group>"; };
3028
C21B8554B47148DBBCC60B15 /* InterTight-VariableFont_wght.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = "InterTight-VariableFont_wght.ttf"; path = "../assets/fonts/InterTight-VariableFont_wght.ttf"; sourceTree = "<group>"; };
31-
CF9B92FD9E3E8DCF536BC532 /* libPods-pubkyring-pubkyringTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-pubkyring-pubkyringTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
32-
DB21DDFE050214279FE2AEA5 /* Pods-pubkyring.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pubkyring.debug.xcconfig"; path = "Target Support Files/Pods-pubkyring/Pods-pubkyring.debug.xcconfig"; sourceTree = "<group>"; };
33-
E6D3176A8E8B38F7DCC248A0 /* Pods-pubkyring.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pubkyring.release.xcconfig"; path = "Target Support Files/Pods-pubkyring/Pods-pubkyring.release.xcconfig"; sourceTree = "<group>"; };
29+
E9BEEC22DDF3D2C7155A00F4 /* Pods-pubkyring.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pubkyring.debug.xcconfig"; path = "Target Support Files/Pods-pubkyring/Pods-pubkyring.debug.xcconfig"; sourceTree = "<group>"; };
3430
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
31+
FF42E8010883080C68665233 /* Pods-pubkyring.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-pubkyring.release.xcconfig"; path = "Target Support Files/Pods-pubkyring/Pods-pubkyring.release.xcconfig"; sourceTree = "<group>"; };
3532
/* End PBXFileReference section */
3633

3734
/* Begin PBXFrameworksBuildPhase section */
3835
13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
3936
isa = PBXFrameworksBuildPhase;
4037
buildActionMask = 2147483647;
4138
files = (
42-
F249E00375A9BA87AE373B42 /* libPods-pubkyring.a in Frameworks */,
39+
F0B0F0C33BFC0AA7CD867F18 /* libPods-pubkyring.a in Frameworks */,
4340
);
4441
runOnlyForDeploymentPostprocessing = 0;
4542
};
@@ -62,8 +59,7 @@
6259
isa = PBXGroup;
6360
children = (
6461
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
65-
6500517293CA29C0F44BB325 /* libPods-pubkyring.a */,
66-
CF9B92FD9E3E8DCF536BC532 /* libPods-pubkyring-pubkyringTests.a */,
62+
5F66FC2D5C5C4019367FA619 /* libPods-pubkyring.a */,
6763
);
6864
name = Frameworks;
6965
sourceTree = "<group>";
@@ -110,10 +106,8 @@
110106
BBD78D7AC51CEA395F1C20DB /* Pods */ = {
111107
isa = PBXGroup;
112108
children = (
113-
DB21DDFE050214279FE2AEA5 /* Pods-pubkyring.debug.xcconfig */,
114-
E6D3176A8E8B38F7DCC248A0 /* Pods-pubkyring.release.xcconfig */,
115-
03704ACE8EBA61EB1DF0B9CD /* Pods-pubkyring-pubkyringTests.debug.xcconfig */,
116-
076BB43B9E1699605230DFE6 /* Pods-pubkyring-pubkyringTests.release.xcconfig */,
109+
E9BEEC22DDF3D2C7155A00F4 /* Pods-pubkyring.debug.xcconfig */,
110+
FF42E8010883080C68665233 /* Pods-pubkyring.release.xcconfig */,
117111
);
118112
path = Pods;
119113
sourceTree = "<group>";
@@ -125,13 +119,13 @@
125119
isa = PBXNativeTarget;
126120
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "pubkyring" */;
127121
buildPhases = (
128-
89DA63D279A6657E953381DB /* [CP] Check Pods Manifest.lock */,
122+
CAEEEAA6C5C8969DF0B245A7 /* [CP] Check Pods Manifest.lock */,
129123
13B07F871A680F5B00A75B9A /* Sources */,
130124
13B07F8C1A680F5B00A75B9A /* Frameworks */,
131125
13B07F8E1A680F5B00A75B9A /* Resources */,
132126
00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
133-
A8972D13F002185EC6DDA525 /* [CP] Embed Pods Frameworks */,
134-
93304EF1E99190BD8FD2F2ED /* [CP] Copy Pods Resources */,
127+
A922A2D323AD61F1033D48F9 /* [CP] Embed Pods Frameworks */,
128+
FB6CDADF44D0A26D2D80A59D /* [CP] Copy Pods Resources */,
135129
);
136130
buildRules = (
137131
);
@@ -205,68 +199,68 @@
205199
shellPath = /bin/sh;
206200
shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
207201
};
208-
89DA63D279A6657E953381DB /* [CP] Check Pods Manifest.lock */ = {
202+
A922A2D323AD61F1033D48F9 /* [CP] Embed Pods Frameworks */ = {
209203
isa = PBXShellScriptBuildPhase;
210204
buildActionMask = 2147483647;
211205
files = (
212206
);
213207
inputFileListPaths = (
208+
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-input-files.xcfilelist",
214209
);
215210
inputPaths = (
216-
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
217-
"${PODS_ROOT}/Manifest.lock",
218211
);
219-
name = "[CP] Check Pods Manifest.lock";
212+
name = "[CP] Embed Pods Frameworks";
220213
outputFileListPaths = (
214+
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-output-files.xcfilelist",
221215
);
222216
outputPaths = (
223-
"$(DERIVED_FILE_DIR)/Pods-pubkyring-checkManifestLockResult.txt",
224217
);
225218
runOnlyForDeploymentPostprocessing = 0;
226219
shellPath = /bin/sh;
227-
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
220+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks.sh\"\n";
228221
showEnvVarsInLog = 0;
229222
};
230-
93304EF1E99190BD8FD2F2ED /* [CP] Copy Pods Resources */ = {
223+
CAEEEAA6C5C8969DF0B245A7 /* [CP] Check Pods Manifest.lock */ = {
231224
isa = PBXShellScriptBuildPhase;
232225
buildActionMask = 2147483647;
233226
files = (
234227
);
235228
inputFileListPaths = (
236-
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-input-files.xcfilelist",
237229
);
238230
inputPaths = (
231+
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
232+
"${PODS_ROOT}/Manifest.lock",
239233
);
240-
name = "[CP] Copy Pods Resources";
234+
name = "[CP] Check Pods Manifest.lock";
241235
outputFileListPaths = (
242-
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-output-files.xcfilelist",
243236
);
244237
outputPaths = (
238+
"$(DERIVED_FILE_DIR)/Pods-pubkyring-checkManifestLockResult.txt",
245239
);
246240
runOnlyForDeploymentPostprocessing = 0;
247241
shellPath = /bin/sh;
248-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources.sh\"\n";
242+
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
249243
showEnvVarsInLog = 0;
250244
};
251-
A8972D13F002185EC6DDA525 /* [CP] Embed Pods Frameworks */ = {
245+
FB6CDADF44D0A26D2D80A59D /* [CP] Copy Pods Resources */ = {
252246
isa = PBXShellScriptBuildPhase;
253247
buildActionMask = 2147483647;
254248
files = (
255249
);
256250
inputFileListPaths = (
257-
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-input-files.xcfilelist",
251+
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-input-files.xcfilelist",
258252
);
259253
inputPaths = (
260254
);
261-
name = "[CP] Embed Pods Frameworks";
255+
name = "[CP] Copy Pods Resources";
262256
outputFileListPaths = (
263-
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks-${CONFIGURATION}-output-files.xcfilelist",
257+
"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources-${CONFIGURATION}-output-files.xcfilelist",
264258
);
265259
outputPaths = (
266260
);
267261
runOnlyForDeploymentPostprocessing = 0;
268262
shellPath = /bin/sh;
269-
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-frameworks.sh\"\n";
263+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-pubkyring/Pods-pubkyring-resources.sh\"\n";
270264
showEnvVarsInLog = 0;
271265
};
272266
/* End PBXShellScriptBuildPhase section */
@@ -285,11 +279,11 @@
285279
/* Begin XCBuildConfiguration section */
286280
13B07F941A680F5B00A75B9A /* Debug */ = {
287281
isa = XCBuildConfiguration;
288-
baseConfigurationReference = DB21DDFE050214279FE2AEA5 /* Pods-pubkyring.debug.xcconfig */;
282+
baseConfigurationReference = E9BEEC22DDF3D2C7155A00F4 /* Pods-pubkyring.debug.xcconfig */;
289283
buildSettings = {
290284
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
291285
CLANG_ENABLE_MODULES = YES;
292-
CURRENT_PROJECT_VERSION = 8;
286+
CURRENT_PROJECT_VERSION = 4;
293287
DEVELOPMENT_TEAM = KYH47R284B;
294288
ENABLE_BITCODE = NO;
295289
INFOPLIST_FILE = pubkyring/Info.plist;
@@ -300,7 +294,7 @@
300294
"$(inherited)",
301295
"@executable_path/Frameworks",
302296
);
303-
MARKETING_VERSION = 0.7;
297+
MARKETING_VERSION = 0.8;
304298
OTHER_LDFLAGS = (
305299
"$(inherited)",
306300
"-ObjC",
@@ -316,11 +310,11 @@
316310
};
317311
13B07F951A680F5B00A75B9A /* Release */ = {
318312
isa = XCBuildConfiguration;
319-
baseConfigurationReference = E6D3176A8E8B38F7DCC248A0 /* Pods-pubkyring.release.xcconfig */;
313+
baseConfigurationReference = FF42E8010883080C68665233 /* Pods-pubkyring.release.xcconfig */;
320314
buildSettings = {
321315
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
322316
CLANG_ENABLE_MODULES = YES;
323-
CURRENT_PROJECT_VERSION = 8;
317+
CURRENT_PROJECT_VERSION = 4;
324318
DEVELOPMENT_TEAM = KYH47R284B;
325319
INFOPLIST_FILE = pubkyring/Info.plist;
326320
INFOPLIST_KEY_CFBundleDisplayName = "Pubky Ring";
@@ -330,7 +324,7 @@
330324
"$(inherited)",
331325
"@executable_path/Frameworks",
332326
);
333-
MARKETING_VERSION = 0.7;
327+
MARKETING_VERSION = 0.8;
334328
OTHER_LDFLAGS = (
335329
"$(inherited)",
336330
"-ObjC",

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pubkyring",
3-
"version": "0.0.21",
3+
"version": "0.0.22",
44
"private": false,
55
"scripts": {
66
"android": "react-native run-android",
@@ -24,7 +24,7 @@
2424
"@react-navigation/native-stack": "^7.3.25",
2525
"@reduxjs/toolkit": "^2.8.2",
2626
"@shopify/flash-list": "^1.8.3",
27-
"@shopify/react-native-skia": "^2.2.3",
27+
"@shopify/react-native-skia": "2.3.0",
2828
"@synonymdev/react-native-pubky": "0.10.6",
2929
"@synonymdev/result": "^0.0.2",
3030
"bip39": "^3.1.0",
@@ -34,7 +34,7 @@
3434
"react": "19.1.0",
3535
"react-native": "0.80.2",
3636
"react-native-actions-sheet": "^0.9.7",
37-
"react-native-camera-kit": "https://github.com/SmartArray/react-native-camera-kit#fix/rn-ios-0.80.0",
37+
"react-native-camera-kit": "16.1.3",
3838
"react-native-draggable-flatlist": "^4.0.3",
3939
"react-native-gesture-handler": "^2.27.2",
4040
"react-native-keychain": "10.0.0",
@@ -67,20 +67,20 @@
6767
"@types/jest": "^29.5.13",
6868
"@types/react": "^19.1.0",
6969
"@types/react-test-renderer": "^19.1.0",
70+
"@wdio/appium-service": "^9.19.1",
71+
"@wdio/cli": "^9.19.1",
72+
"@wdio/local-runner": "^9.19.1",
73+
"@wdio/mocha-framework": "^9.19.1",
74+
"@wdio/spec-reporter": "^9.19.1",
75+
"appium": "^2.19.0",
76+
"chai": "5.1.2",
7077
"eslint": "^8.19.0",
7178
"jest": "^29.6.3",
7279
"prettier": "2.8.8",
7380
"react-test-renderer": "19.1.0",
7481
"redux-logger": "^3.0.6",
7582
"typescript": "5.0.4",
76-
"@wdio/cli": "^9.19.1",
77-
"@wdio/local-runner": "^9.19.1",
78-
"@wdio/mocha-framework": "^9.19.1",
79-
"@wdio/spec-reporter": "^9.19.1",
80-
"@wdio/appium-service": "^9.19.1",
81-
"webdriverio": "^9.19.1",
82-
"appium": "^2.19.0",
83-
"chai": "5.1.2"
83+
"webdriverio": "^9.19.1"
8484
},
8585
"engines": {
8686
"node": ">=20"

0 commit comments

Comments
 (0)