Having the following code: import { SQLite } from 'expo'; const db = SQLite.openDatabase('mydb.db') db.transaction( tx => { tx.executeSql('insert into ...
確定! 回上一頁