【发布时间】:2020-02-28 18:59:49
【问题描述】:
我遇到了一个小问题,我想将 sqlite 与 react native 一起使用,我已经按照教程进行操作,但它们都没有运行。 例如本教程:https://github.com/andpor/react-native-sqlite-storage 当我必须将以下代码添加到 Podfile 时: pod 'React', :path => '../node_modules/react-native' pod 'react-native-sqlite-storage', :path => '../node_modules/react-native-sqlite-storage'
然后我转到 ios 文件,然后进行 pud 更新,我有这个: enter image description here
然后我继续按照教程进行操作: 我没有这个: enter image description here
但是这个: enter image description here
所以我需要帮助解决这些问题。 感谢您的帮助。
【问题讨论】:
标签: sqlite react-native