Sergo Kupreishvili
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  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
This isn't plugin error. Just run yarn or npm install