Releases: adaptyteam/AdaptySDK-React-Native
Releases · adaptyteam/AdaptySDK-React-Native
v2.4.8
v2.4.7
This release introduces a support to Adapty React Native UI library (upcoming), that allows you to present your users no-code paywalls that can be modified in production without extra releases
v2.4.6
v2.4.5
- Added an option to activate usage logs. Read more.
- Redesigned log system. You can read more about this update here
- Moved compilation target JS version from ES5 to ES6
- Redesigned analytics event system
- Removed
isOneTime
property ofAdaptyProfile.NonSubscription
. AddedisConsumable
instead - Fix:
lockMethodsUntilReady
now really locks suspends - IntelliSense updates
- Minor stability improvements
If Android Studio displays errors after update, try Build > Rebuild Project
Native SDK bumps:
iOS: 2.4.1 -> 2.4.4
Android: 2.4.1 -> 2.4.2
v2.4.3
AdaptyError.adaptyCode
now has valid type (number) — for example0
for'unknown'
etc. (#62)AdaptyError.adaptyCodeStr
added. It is a string representation of an error such as'unknown'
foradaptyCode: 0
(#62)- Event listeners haven't emitted correctly on Android with Expo SDK (#59)
- For logging library version in stdout
[Adapty JS vUNKNOWN]
provided inconsistent results, version temporary hidden
v2.4.2
v2.4.0
- Changed the logic of working with fallback paywalls. Now, SDK won’t wait for the creation of a profile to return a fallback paywall
- Added an option to set
airbridgeDeviceId
to user profile - The logging system has been improved: all requests and responses from the server are now logged in verbose mode, and the computation required for logging has been optimized
- Increased the length and number of custom attributes
- Bundle size 2.1MB -> 340kB