(react-native realm)undefined不是一个对象(评估'_realm.Realm.schemaVersion')

时间:2017-04-22 12:10:51

标签: ios react-native realm

我之前使用领域(0.13.2)并没有错。 但是当我将插件更新到领域(1.2.0)时,它发生了:

undefined is not an object (evaluating '_realm.Realm.schemaVersion')

configureRealm
configure.js:14:19

和configure.js,第14行:

var next = Realm.schemaVersion(Realm.defaultPath);

怎么了?

1 个答案:

答案 0 :(得分:3)

我发现领域有默认导出。 所以,我应该更改我的导入代码

import {Realm} from 'realm';import Realm from 'realm';