@prelude.so/react-native-sdk 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Prelude React Native SDK Change Log
|
|
4
4
|
|
|
5
|
+
## [0.5.2] - 2026-05-12
|
|
6
|
+
|
|
7
|
+
- Update native Android SDK to version 0.5.1, fixing a regression where signal dispatch could fail on Android when transport detection raced a 50ms timeout. iOS unchanged.
|
|
8
|
+
|
|
5
9
|
## [0.5.1] - 2026-04-21
|
|
6
10
|
|
|
7
11
|
- Update native iOS SDK to version 0.5.1. Fixes a build failure introduced in 0.5.0.
|
package/android/build.gradle
CHANGED