The current latest version of @powersync/op-sqlite doesn't work in React Native 0.81 on Android. It fails at runtime with Turbomodule errors coming from the op-sqlite dep.
The version of op-sqlite currently used by @powersync/op-sqlite (^14.0.2) is outdated, op-sqlite was updated with RN 0.81 support in 15.0.0. Overriding the version of op-sqlite used by @powersync/op-sqlite to 15.0.7 seems to work without issues so this should likely be a straightforward version bump to fix? Happy to send a PR in for this