We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7870a commit 4cc665fCopy full SHA for 4cc665f
ios/RNIterableAPI/RNIterableAPI.mm
@@ -273,6 +273,10 @@ - (void)passAlongAuthToken:(NSString *_Nullable)authToken {
273
[_swiftAPI passAlongAuthToken:authToken];
274
}
275
276
+- (void)wakeApp {
277
+ // Placeholder function -- this method is only used in Android
278
+}
279
+
280
// MARK: - TurboModule integration
281
- (std::shared_ptr<facebook::react::TurboModule>)getTurboModule:
282
(const facebook::react::ObjCTurboModule::InitParams &)params {
@@ -495,6 +499,10 @@ - (void)passAlongAuthToken:(NSString *_Nullable)authToken {
495
499
496
500
497
501
502
+RCT_EXPORT_METHOD(wakeApp) {
503
504
505
498
506
#endif
507
508
@end
0 commit comments