I had the same issue in my app and solved it by adding the following in tsconfig.json. "compilerOptions": { "strict": true, "paths": { }, "types": ["expo", "expo-sqlite", "expo-file-system"] },