Skip to content

Commit

Permalink
export new events
Browse files Browse the repository at this point in the history
  • Loading branch information
taitmbarek committed Jul 8, 2022
1 parent c3ceb1b commit de0b5e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ module.exports = {
PollfishSurveyNotAvailableListener,
PollfishUserNotEligibleListener,
PollfishUserRejectedSurveyListener,
PollfishInitFailedWithNullKeyListener,
PollfishInitiatedWithParamsListener,
PollfishInitiatedWithParamsErrorListener,
init: (params) => RNPollfish.init(params.androidApiKey, params.iOSApiKey, params.indicatorPosition, params.indicatorPadding, params.offerwallMode, params.releaseMode, params.rewardMode, params.requestUUID, params.userProperties, params.rewardInfo, params.clickId, params.signature),
show: () => RNPollfish.show(),
hide: () => RNPollfish.hide(),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@millionscard/react-native-plugin-pollfish",
"version": "2.0.13",
"version": "2.0.14",
"description": "Pollfish React Native SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit de0b5e4

Please sign in to comment.