I have found
RNIap.acknowledgePurchaseAndroid(purchase.purchaseToken);
Here i passed a string, and need an object
I do this : RNIap.acknowledgePurchaseAndroid({purchase.purchaseToken});
And that worked