realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.62k stars 558 forks source link

Upgrading to React Native 0.74.0 #6636

Open kraenhansen opened 3 weeks ago

kraenhansen commented 3 weeks ago

What, How & Why?

React Native v0.74.0 is out and with the current state of our prebuilt binaries, we might need a release to match changes in the ABI of jsi.h (although these seem to be appending changes and not breaking the ABI 🤔):

Screenshot 2024-04-23 at 14 23 26

☑️ ToDos