UNPKG

expo-sqlite

Version:

Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.

5 lines (3 loc) 284 B
// NOTE(@kitten): We really shouldn't have to reference this, but we get a cascading type error // because ts-jest isolates our typings in a way that makes expo-modules-core fail in our tests only /// <reference path="../../../expo/src/ts-declarations/whatwg-url-without-unicode" />