本机反应 - TypeError:undefined不是函数

时间:2018-05-18 19:51:44

标签: react-native

我导出了此库的外部模块:https://github.com/GoIntegro/react-native-account-manager

由于图书馆已过时且无法超越> 0.47,我不得不把这个库作为一个外部模块。

一切都运转良好,但现在突然拨打react-native upgrade,我收到了这个错误:

enter image description here

我的settings.gradle包含:

include ':react-native-account-manager'
project(':react-native-account-manager').projectDir = new File(rootProject.projectDir, '../external_modules/react-native-account-manager/android')

这是我的app级build.gradle文件:

dependencies {
    ...
    compile project(':react-native-account-manager')
    ...
}

任何人都知道我该如何解决这个问题?我导入这个库的方式有什么问题,或者库中是否有我需要修复的过时内容?

0 个答案:

没有答案