react-native-myCalendar icon indicating copy to clipboard operation
react-native-myCalendar copied to clipboard

你好,我在操作数据库的时候报错

Open happyEgg opened this issue 9 years ago • 1 comments

我在自己建的项目下执行过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]') 请问是什么原因,麻烦你了

happyEgg avatar Feb 24 '16 10:02 happyEgg

是我的这个项目还是你自己新建的项目,建议去看看这个的文档 https://github.com/andpor/react-native-sqlite-storage

cqm1994617 avatar Feb 25 '16 03:02 cqm1994617