2.9.0 (2023-06-20)
🐛 Bug Fixes
- Add
src/
to npm package to fix web not building (9be3bb5) - Fix a potential memory leak on setting a new value for an existing key.
- Upgrade min support target to iOS 11 / macOS 10.13 / tvOS 13 / watchOS 4.
- Rollback the lazy load optimization due to reported ANR issues.
✨ Features
- Add in-memory storage as a fallback for disabled LocalStorage (#533) (a60d0b3)
- Add support for upcoming react native 0.73 (#550) (bf0bbc3)