v0.9.0
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
AsyncStoragehas 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
useExpoRouterTrackinghook implementation, which violated the rules of React Hooks, has been fixed. Automatic screen view tracking now works reliably and correctly withexpo-router.