79672346

Date: 2025-06-19 16:11:05
Score: 2
Natty:
Report link

You're using SQLite.openDatabase, but that method doesn't exist.

From the docs it looks like you need to use either SQLite.openDatabaseSync or SQLite.openDatabaseAsync instead.

https://docs.expo.dev/versions/latest/sdk/sqlite/#sqliteopendatabaseasyncdatabasename-options-directory

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bradley