Skip to content

v0.9.0

Choose a tag to compare

@decker-dev decker-dev released this 01 Jul 12:51
· 139 commits to main since this release

This release introduces fundamental improvements to the Expo module, dramatically increasing the reliability of data collection in mobile environments and fixing a key issue with automatic tracking.

✨ New Features

  • Offline Event Queuing (Expo): A robust queueing system using AsyncStorage has been implemented. If an event is triggered while the device is offline, it is saved locally. The library will automatically attempt to send all queued events when the connection is restored, ensuring that critical user data is not lost due to connectivity issues.

🐛 Bug Fixes

  • Navigation Tracking in Expo Router: A critical bug in the useExpoRouterTracking hook implementation, which violated the rules of React Hooks, has been fixed. Automatic screen view tracking now works reliably and correctly with expo-router.