Skip to content

Commit 66a2907

Browse files
authored
fix: requiresMainQueueSetup warning (#42)
1 parent 6ca771b commit 66a2907

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ PODS:
218218
- React-jsinspector (0.68.0)
219219
- React-logger (0.68.0):
220220
- glog
221-
- react-native-idscan-sdk (0.3.0):
221+
- react-native-idscan-sdk (0.5.1):
222222
- React-Core
223223
- React-perflogger (0.68.0)
224224
- React-RCTActionSheet (0.68.0):
@@ -413,7 +413,7 @@ SPEC CHECKSUMS:
413413
React-jsiexecutor: 010a66edf644339f6da72b34208b070089680415
414414
React-jsinspector: 90f0bfd5d04e0b066c29216a110ffb9a6c34f23f
415415
React-logger: 8474fefa09d05f573a13c044cb0dfd751d4e52e3
416-
react-native-idscan-sdk: 4d45217bc535faf7c411e6247b1eb8a6507c1310
416+
react-native-idscan-sdk: 10fcca037729c3c1f0213010599ceff6754a57d7
417417
React-perflogger: 15cb741d6c2379f4d3fc8f9e4d4e1110ef3020cb
418418
React-RCTActionSheet: ea9099db0597bd769430db1e2d011fd5fdb7fc5e
419419
React-RCTAnimation: 252df4749866f2654f37612f839522cac91c1165

ios/IdscanSdk.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,9 @@ - (NSDictionary *)constantsToExport
8484
};
8585
}
8686

87+
+ (BOOL)requiresMainQueueSetup
88+
{
89+
return YES;
90+
}
91+
8792
@end

0 commit comments

Comments
 (0)