【发布时间】:2022-09-25 03:21:42
【问题描述】:
我正在尝试编译一个配置了 WatermelonDB 的 hello-world react-native 应用程序。我按照here 和and here 的说明为Watermelon 设置项目。
我发现如果我安装 WatermelonDB 使用
yarn add @nozbe/watermelondb
该应用程序在 android 和 iOS 中正确启动。但如果我从github 安装:
yarn add https://github.com/Nozbe/WatermelonDB.git
我收到以下错误:
有谁知道为什么在运行应用程序时直接从github 安装会导致此错误?
标签: android react-native watermelondb