You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for this library!
RN released version 0.77.0 and announced about Android 16 KB page size support. If I install op-sqlite, app crashes after opening.
Reading through the Android docs it seems this could be the solution, however, I'm not sure if upgrading to the NDK 28 is safe or maybe RN moves to that version. I will leave this for now until it becomes a bigger issue and more people are on 0.77 and above.
What happened?
Hi, thank you for this library!
RN released version 0.77.0 and announced about Android 16 KB page size support. If I install op-sqlite, app crashes after opening.
Steps to reproduce
adb shell getconf PAGE_SIZE
returns16384
as expectednpm i @op-engineering/op-sqlite
Here are the logs
op-sqlite version
11.4.4
React Native version
0.77.0
Reproducible Example
https://github.com/iliapnmrv/op-sqlite-android-16kb-page-size
The text was updated successfully, but these errors were encountered: