Aykut Saki
Aykut Saki
merged in #11
@alimukhtar53 just released v4.0.0 maybe fix your issue. please let me know.
closing due to inactivity
> what react-native-google-mobile-ads version did you use? Also can you provide little more detail on how pod-patch was created? 8.2.3
check pod-patch documentation
> Thanks for the help. I have more issue. > > When I call AdManager.isTestDevice, I am getting `RNAdmobNativeAdsManager.isTestDevice was called with 0 arguments but expects 1 arguments`. How did...
> `Command PhaseScriptExecution failed with a nonzero exit code ` > > getting this I have no idea but it can be an issue with the pods
can we merge this?
Hi @newalvaro9 Sorry for late response. This wrapper provides typescript definitions https://github.com/AuroPick/epic-free-games/blob/8e4b0641fb2c428a5ba5008e4cbe108e88ca8927/src/core/types/offer-game.type.ts#L36-L53 There should be `discountPrice` and `originalPrice` variables for each offer. You can access them like this: ```js currentGames[0]?.price.totalPrice.discountPrice...