Skip to content

Commit

Permalink
support new event in native code iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
taitmbarek committed Jul 8, 2022
1 parent de0b5e4 commit f0b927a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ios/RNPollfish.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@ -(void)stopObserving
@"onPollfishSurveyNotAvailable",
@"onPollfishSurveyReceived",
@"onUserNotEligible",
@"onUserRejectedSurvey"
@"onUserRejectedSurvey",
@"onInitFailedWithNullKey"
@"onInitiatedWithParams",
@"onInitiatedWithParamsError"
];
}

Expand Down

0 comments on commit f0b927a

Please sign in to comment.