Skip to content

Commit 41ed4ef

Browse files
authored
Merge pull request #683 from geektimecoil/fix_undefined_function
Fix Undefined Function Error
2 parents 6febe75 + 884e129 commit 41ed4ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/RCTOneSignal/RCTOneSignalEventEmitter.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,8 @@ + (void)sendEventWithName:(NSString *)name withBody:(NSDictionary *)body {
351351
[OneSignal removeExternalUserId];
352352
}
353353

354+
RCT_EXPORT_METHOD(didSetNotificationOpenedHandler) {
355+
//unimplemented in iOS
356+
}
357+
354358
@end

0 commit comments

Comments
 (0)