@freestar/freestar-plugin-react-native
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -96,3 +96,3 @@ import { requireNativeComponent, ViewPropTypes } from 'react-native'; | ||
emitter.addListener(event, (body) => { | ||
callback(event, body.placement, body); | ||
callback(event, body.placement, body.rewardName, body.rewardAmount, body); | ||
}); | ||
@@ -102,3 +102,3 @@ }); | ||
emitter.addListener(REWARD_CALLBACK_FINISHED, (body) => { | ||
callback(REWARD_CALLBACK_FINISHED, body.placement, body.rewardName, body.rewardAmount) | ||
callback(REWARD_CALLBACK_FINISHED, body.placement, body.rewardName, body.rewardAmount, body) | ||
}); | ||
@@ -105,0 +105,0 @@ }, |
@@ -57,3 +57,3 @@ { | ||
], | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"repository": { | ||
@@ -60,0 +60,0 @@ "type": "git", |
50004