With Expo SDK 51 there were significant changes to SQLite. See: https://docs.expo.dev/versions/latest/sdk/sqlite/
You have to use openDatabaseAsync to connect to a database. However, the code generation keeps generating code the old, deprecated way. If I try to correct it, I didn’t get it to use the right implementation. So I wrote a little script myself that works. Now the “Problems” tab shows me, that my code is incorrect and code generation always tries to “correct” it, which in fact breaks the code agin and again. This is really frustrating. Is there any way to tell the app that this “problem” should be ignored?