Releases: qonversion/react-native-sdk
Releases · qonversion/react-native-sdk
Release list
10.8.3
What's new
- Fixed a New Architecture Codegen build failure on React Native 0.84+ (#446): Codegen could no longer resolve the No-Codes TurboModule spec's
onNoCodeEventpayload type, abortingpod installon iOS and the Codegen task on Android withUnsupportedGenericParserError: Unrecognized generic type 'QNoCodeAction'. This broke every New Architecture app on RN 0.84+, whether or not it uses No-Codes
The spec is now self-contained; no runtime behavior or public API changes
10.8.2
10.8.1
What's new
- Fixed Kotlin build warnings on React Native 0.80+ (#439): replaced the deprecated
currentActivityaccessor and renamed theonDeferredPurchaseCompletedlistener parameter topurchaseResultvia sandwich 7.9.2.
10.8.0
What's new
- Added No-Codes context support: pass customVariables to showScreen(...) to inject variables for use in conditional logic.
- Added DeferredPurchasesListener with onDeferredPurchaseCompleted callback for receiving deferred purchase completions (SCA, Ask to Buy, etc.) with full PurchaseResult details.
- Deprecated EntitlementsUpdateListener in favor of DeferredPurchasesListener.
10.6.0
What's new
- Added conditional logic support. You can now customize a single screen for different users based on a wide range of conditions. See the documentation for details.
10.3.2
What's new
- Added exception guards to iOS bridge methods to improve SDK stability
10.3.1
What's new
- Added user switching support in restore flow - now if the store account was already used on another install or device, the anonymous Qonversion user will be restored instead of granting permissions to the new one (identity flow is not affected).
- Enhanced non-consumable purchases support on Android - in-app purchases are now acknowledged (instead of consumption) if they are marked as lifetime products in the Qonversion dashboard.
10.3.0
What's New
— Success/failure actions are supported for No-Code screens.
10.2.0
What's new:
-
Faster screen loading — No-Code screens now preload images together with content, dramatically improving display speed. Don't forget to enable preloading in the screen settings in the No-Code builder.
-
Theme customization — Set your preferred appearance for No-Codes: system default, light, or dark mode. This currently styles the loading skeleton view, with full screen theming support coming soon in the No-Code builder.
10.1.1
What's new
- Fixed bug when No-Codes screen on iOS was closing after the user canceled the purchase flow