react-native-practical-guide-code
react-native-practical-guide-code copied to clipboard
SQLite openDatabase has been removed from stable version of SQLite
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';