realm / realm-js

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

RJS-2916: Exclude `libreactnative.so` to prevent duplicate files #6920

Closed kraenhansen closed 2 weeks ago

kraenhansen commented 2 weeks ago

What, How & Why?

This closes #6918 by excluding the libreactnative.so from our package. I suspect the issue wasn't caught during the release of v12.13.2 as the other file is provided by a Gradle cache which isn't hot on CI.

☑️ ToDos