Closed jel-atolcd closed 7 months ago
Package is no longer compatible with < 0.73. The move to bridgeless breaks a lot of code and the FrameworkAPI
annotation is necessary for the code to compile.
OK, it would be nice to add the info in the doc then. And update the dependency of the package. Thanks for the answer.
true, I will take care of it.
Is there a version that is compatible with RN 0.71.14 (new arch disabled)? IIUC from now on this library will support only RN >= 0.73. Is that right?
+1 on documenting RN compatibility
Thanks!
version 3.0.x should be compatible but newer versions are not. It's just too much work supporting old versions.
Does moving to bridgeless mean that in order to use op-sqlite we will have to enable the new architecture too?
No, it will work with both
Describe the bug
5.0.5 doesn't build for Android. 4.0.0-beta1 neither. 3.0.7 works fine.
Error is:
Versions:
Reproducible example
Basic example from RN doc does not build:
Sources available here: https://github.com/jel-atolcd/op-sqlite-issue
Thanks