TypeError: Cannot read property 'getCurrentUserAsync' of undefined

TypeError: Cannot read property 'getCurrentUserAsync' of undefined

我正在尝试使用 'Debug in Exponent' 调试我的 react-native 应用程序 我在打包程序成功启动但控制台中出现错误的地方收到此错误

配置为:

VSCODE版本:1.35.1

React-Native VS Code 扩展版本:0.10.2

Node.js: 10.2.0

OS: Linux x64 4.4.0-154-generic

世博会:2.21.1

我已经尝试升级和降级 vscode。 删除 node_module 并再次安装 npm。 我什至清除了所有设置并在 .vscode 中创建了新的 launch.json 到目前为止没有成功

控制台报错如下

[Info] Making sure your project uses the correct dependencies for Expo. This may take a while...

Checking if this is Expo app......
[Info] Packager is already running.

[Info] Prewarming bundle cache. This may take a while ...

[Info] Building and running application.

[Error] TypeError: Cannot read property 'getCurrentUserAsync' of undefined

以下配置出现同样的问题:

VSCODE版本:1.36.1

React-Native VS 代码扩展版本:0.10.2

Node.js: 10.15.1

OS: Win32 x64

世博会:3.0.2

临时解决方法 described here 对我有用..