Skip to content

Realm JavaScript v12.7.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 14:06
· 235 commits to main since this release
41c3b5b

Enhancements

  • Building for iOS and Android has been optimized for compatibility with future React Native versions.
    • Android builds now compile on the consumers machine rather than through prebuilds.
    • iOS builds also compile on the consumers machine and can opt-in to compile Realm Core from source with the REALM_BUILD_CORE flag when running pod install.
    • Package size has decreased since prebuilds have been removed.

Fixed

  • <How to hit and notice issue? what was the impact?> (#????, since v?.?.?)
  • None

Compatibility

  • React Native >= v0.71.4
  • Realm Studio v14.0.0.
  • File format: generates Realms with format v23 (reads and upgrades file format v5 or later for non-synced Realm, upgrades file format v10 or later for synced Realms).

Internal