In version 33 of the expo sdk, sqlite got moved to it's own package, expo-sqlite, and now I can't get the types to load.
Instead of
import {SQLite} from 'expo';
I have
import {SQLite} from 'expo-sqlite';
But the types are not getting loaded.
I get the following type error:
Cannot find namespace 'SQLite'.