Changelog
React Native SDK 2.0.9
Released: 2026-09-17
Improvements
iOS Crash Symbolication
- Improved iOS crash symbolication for React Native applications.
- Added symbolication support for Debug and simulator builds.
- Updated the iOS integration guide with the required dSYM and source map configuration.
- Guide: React Native iOS Setup
React Native SDK 2.0.8
Released: 2026-09-16
New Features
Custom Events
- Added
LogDrop.trackCustomEvent(...)for tracking application-specific events with optional JSON-compatible properties. - Added support for strings, numbers, booleans, null values, nested objects, and arrays.
- Guide: React Native Custom Events
Improvements
React Native 0.86 and Expo SDK 57 Compatibility
- Added compatibility with React Native 0.86 and Expo SDK 57.
- Improved Android and iOS development-build compatibility.
Native SDK Updates
- Updated the Android SDK to
2.1.8. See the Android SDK 2.1.8 changelog. - Updated the iOS SDK to
2.1.8. See the iOS SDK 2.1.8 changelog.
React Native SDK 2.0.7
Released: 2026-09-07
New Features
Custom User Attributes
- Added
LogDrop.setCustomAttributes(...)andLogDrop.removeCustomAttribute(...)for custom profile attributes. - Added support for segment-based push targeting using attributes synchronized through the native SDKs.
- Updated the bundled native SDKs to Android
2.1.6and iOS2.1.7. - Guide: React Native Custom User Attributes
React Native SDK 2.0.6
Released: 2026-07-28
Improvements
Native SDK Updates
- Updated the Android SDK to
2.1.3. See the Android SDK 2.1.3 changelog. - Updated the iOS SDK to
2.1.4. See the iOS SDK 2.1.4 changelog.
React Native SDK 2.0.5 / React Native Android Gradle Plugin 1.0.4
Released: 2026-07-27
Improvements
App ID Support
- Added App ID support to the SDK configuration and React Native Android Gradle Plugin.
Push Notification Integration
- Added bridge APIs for forwarding push messages and device tokens to LogDrop.
- Added LogDrop push detection and pending push popup support.
- Guide: React Native Push Notification Integration
Manual Deep Link Integration
- Added manual deep link tracking for app-managed navigation flows.
- After the application resolves an incoming URL, forward it to
LogDrop.trackDeepLink(url). - Apply this for both initial and already-running link deliveries.
- Guide: React Native Deep Links
Native SDK Updates
- Updated the Android SDK to
2.1.2. See the Android SDK changelog. - Updated the iOS SDK to
2.1.3. See the iOS SDK changelog.
.png)