Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

How to get types for expo-sqlite?

$
0
0

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'.

Viewing all articles
Browse latest Browse all 6287

Trending Articles