Expo In-App Purchases Fix for Google Play Billings v5
This is a repository forked from the module expo-in-app-purchases
from expo (see in npm) that contain a upgrade for the Google Play Billings library.
Actually, the original module use the v4 of the library, which is now deprecated and no longer supported on Google Play Console. With this fix, you can still use this module and publish your app in Play Store.
How to install?
You can install this module with npm i @LeGeek01/expo-in-app-purchases
.
Acknowledgements
Thanks to @nathansbird who find this fix and detailed it in this issue in his comment