Skip to content

Commit 15cca04

Browse files
committed
value
1 parent 7b65414 commit 15cca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/RNGoogleMobileAds/RNGoogleMobileAdsNativeModule.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ - (void)adLoader:(nonnull GADAdLoader *)adLoader
215215
_nativeAd.delegate = self;
216216
_nativeAd.paidEventHandler = ^(GADAdValue *_Nonnull adValue) {
217217
NSDictionary *revenueData = @{
218-
@"value" : @([adValue.value doubleValue]),
218+
@"value" : adValue.value,
219219
@"precision" : @(adValue.precision),
220220
@"currency" : adValue.currencyCode ?: @""
221221
};

0 commit comments

Comments
 (0)