- Properly scope Android package #114
- ⚠️IMPORTANT⚠️: You might need to relink the plugin since the Android package name has changed. All references to
com.reactlibrary.RNPurchasesPackage
in the code should be replace withcom.revenuecat.purchases.react.RNPurchasesPackage
.
- ⚠️IMPORTANT⚠️: You might need to relink the plugin since the Android package name has changed. All references to
- Apply correct array notation: [type] to type[] #117
- Adds subscription offers support for iOS https://docs.revenuecat.com/docs/ios-subscription-offers
- Introductory Price is now an object inside the PurchasesProduct object