1.src/index.js中的引用
import SQLiteHelper from 'react-native-sqlite-helper';2.删除 example 中的 lock 文件,yarn 安装 module
3 安装 react-native-sqlite-helper
yarn add react-native-sqlite-helperThis repository is based on andpor/react-native-sqlite-storage, you should install and link react-native-sqlite-storage first.
(1) Use Promise
(2) Non-blocking
(3) Functional SQL
(4) Formatted return
npm i --save react-native-sqlite-helper
linking react-native-sqlite-storage into your ios project
linking react-native-sqlite-storage into your android project
MIT
