Realm React v0.10.1
github-actions
released this
28 Aug 13:01
·
19 commits
to main
since this release
Fixed
- Fixing the
RealmProvider
component when context is created without passing neither aRealm
instance nor aRealm.Configuration
to avoid unnecessary recreation of the provider, which was causing "Cannot access realm that has been closed" errors. (#6842, since v0.8.0)
Compatibility
- React Native >= v0.71.4
- Realm Studio v15.0.0.
- File format: generates Realms with format v24 (reads and upgrades file format v10).