You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lecture 213 advises using SQLite and the method openDatabase however this method has been removed on the stable version of SQLite.
However it is still accessible by replacing the SQLite import with the following
import * as SQLite from 'expo-sqlite/legacy';
The text was updated successfully, but these errors were encountered:
Lecture 213 advises using SQLite and the method openDatabase however this method has been removed on the stable version of SQLite.
However it is still accessible by replacing the SQLite import with the following
import * as SQLite from 'expo-sqlite/legacy';
The text was updated successfully, but these errors were encountered: