implementation of android billing 4.0.0 causes React Native In App Purchase (RNIAP) to stop working
I am trying to implement Android Billing 4.0.0 on my Android React Native app. I have tried implementing the below line into my build.gradle (app): implementation 'com.android.billingclient:billing:4.0.0' However, my React Native In App Purchase (RNIAP) has stopped working when I…