我正在尝试从 react-native windows 连接 SQLite。它在 SQLite“open”方法中引发了错误。
所以,我打开了 react-native windows SQLite Solutions。它映射了旧的 react-native 库。所以,我更新了参考并构建了解决方案。它编译没有错误。并将包添加到
PackageProviders.Add(SQLite.ReactPackageProvider());
但是插件代码没有反映在 react-native 中。
所以,我把代码移到了主项目。它抛出了编译时错误
请指导我升级 react-native SQLite 存储。
提前致谢。