Conversation
|
Hey Matus Tomlein (@matus-tomlein), thanks for the MMKV support on this release! |
Hey xavi-999 👋🏽 As far as I know, the complete removal of AsyncStorage might be scheduled for v5, but Matus Tomlein (@matus-tomlein) can answer better here. |
Hey :) Makes sense, I will be waiting for v5 then. Great job by the way Valerio Belli (@valeriobelli). Regards |
This release avoids the error
ResiezObserver loop completed with undelivered notificationsbeing generated under certain circumstances.It also makes it possible to provide a custom event store implementation in the React Native tracker and use a different provider than
@react-native-async-storage/async-storage.Finally, the release adds a configurable default label (
(empty)) for automatic button click tracking to prevent validation failures for buttons that are missing a label. It also fixes disabling button click tracking for specific trackers.NOTE: The
@react-native-async-storage/async-storagedependency has been moved to peer dependencies for the React Native tracker. We expect that users already had this dependency listed under the app dependencies due to it providing native bindings that needed to be installed separately. Make sure your app has this dependency when upgrading the tracker.Enhancements
button_clickevent #1421)Bug fixes