github adaptyteam/AdaptySDK-React-Native v3.17.0

4 hours ago

✨ New Features

  • (Android) Google Play Billing Library 8 is now the default. Since 3.15.0 the SDK has been compatible with Billing Library 8 (opt-in); it is now used by default.

  • Expo plugin: fallbackFile option. 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 Android assets folder 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.

  • UI Builder: richer rich text improvements. Rich text now supports links and actions, so tappable text inside paywalls and onboardings triggers your event handlers.

❗️ Don't forget to update your local fallback file

Don't miss a new AdaptySDK-React-Native release

NewReleases is sending notifications on new releases.