iaphub / react-native-iaphub

The easiest way to implement IAP (In-app purchase) in your React Native app.
https://www.iaphub.com/
MIT License
317 stars 21 forks source link

Which react-native-iap version should be used? #131

Closed pisacode closed 1 year ago

pisacode commented 1 year ago

Hi I just update the react-native-iaphub to 8.2.3 and project stopped working because of misalignment with react-native-iap version.

 "react-native-iap": "5.2.6",
  "react-native-iaphub": "^8.2.3",

I couldn't find any documentation to know which versions to install

Thanks

iaphub commented 1 year ago

Hi @pisacode,

Starting from the version 7, the library doesn't use the react-native-iap dependency anymore. Please check the migration guides: v6 to v7 and v7 to v8.