react-native-myCalendar
react-native-myCalendar copied to clipboard
你好,我在操作数据库的时候报错
我在自己建的项目下执行过npm install react-native-sqlite-storage --save这个命令, 但是在这一行let db = SQLite.openDatabase({name: "mydata.db", createFromLocation: 1}, openCB, errorCB);报错。 错误提示是: undefined is not an object(evaluating 'NativeModules["SQLite"][method]') 请问是什么原因,麻烦你了
是我的这个项目还是你自己新建的项目,建议去看看这个的文档 https://github.com/andpor/react-native-sqlite-storage