v3.17.0
·
238 commits
to master
since this release
✨ New Features
-
(Android) Google Play Billing Library 8 is now the default. Since
3.15.0the SDK has been compatible with Billing Library 8 (opt-in); it is now used by default. -
Expo plugin:
fallbackFileoption. You can now ship platform-specific fallback paywalls through the plugin. The JSON file is registered as an iOS bundle resource and copied into the Androidassetsfolder automatically.app.json:[ 'react-native-adapty', { fallbackFile: { ios: './assets/ios_fallback.json', android: './assets/android_fallback.json', }, }, ]
See Use fallback paywalls with Expo for the full guide.
-
Paywall UI Builder: richer rich text improvements. Rich text now supports links and actions.