You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -664,8 +666,9 @@ Since iOS 13, you'll have to report the incoming calls that wakes up your applic
664
666
// NSString *uuid = /* fetch for payload or ... */ [[[NSUUID UUID] UUIDString] lowercaseString];
665
667
// NSString *callerName = @"caller name here";
666
668
// NSString *handle = @"caller number here";
669
+
// NSDictionary *extra = [payload.dictionaryPayload valueForKeyPath:@"custom.path.to.data"]; /* use this to pass any special data (ie. from your notification) down to RN. Can also be `nil`*/
0 commit comments