Sergo Kupreishvili

Results 34 comments of Sergo Kupreishvili

I think it's time when plugin author appears :))

**replace plugin build.gradle file with this code** ``` apply plugin: 'com.android.library' android { compileSdkVersion 28 buildToolsVersion "28.0.3" defaultConfig { minSdkVersion 16 targetSdkVersion 28 } buildTypes { release { minifyEnabled false...

@jspizziri Yes this issue still exists in v2.2.0-rc3

It isn't about hooks. I got this error too. Just upgraded to version 9 and now I have this error during requestPurchase. As I see latest stable version is 8.2.1....

@andresesfm Now there is another error ![Screenshot_1660599391](https://user-images.githubusercontent.com/13105977/184724264-73f69d51-51ca-4013-8025-8309235e3d96.png) r

Here you are @andresesfm ``` requestRemoveAds = async (type = 0) => { try { const itemSkus = Platform.select({ android: [ 'premium_4', ], ios: [ 'premium_4', ] }); await RNIap.getProducts(itemSkus);...

@andresesfm Hm right. Looks like I have to update the code.

Good question and i want to get answer too. Would be great if package developer answers himself. I think question is clear: How to start listening by saying command word,...

I understand, thank you @LudoLamerre