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 2757ab9 commit 2416b25Copy full SHA for 2416b25
index.js
@@ -465,6 +465,7 @@ export default class OneSignal {
465
} else {
466
console.log("This function is not yet implemented on iOS");
467
}
468
+ return Promise.resolve(null);
469
470
471
static pauseInAppMessages(pause) {
@@ -477,4 +478,4 @@ export default class OneSignal {
477
478
479
480
-}
481
+}
ios/RCTOneSignal/RCTOneSignalEventEmitter.m
@@ -355,4 +355,7 @@ + (void)sendEventWithName:(NSString *)name withBody:(NSDictionary *)body {
355
//unimplemented in iOS
356
357
358
+RCT_EXPORT_METHOD(initInAppMessageClickHandlerParams) {
359
+ //unimplemented in iOS
360
361
@end
0 commit comments