gpt4 book ai didi

firebase - 尝试在 React Native 上访问 Firebase 时出现 'nativeFlushQueueImmediate' 中的 C++ 异常

转载 作者:行者123 更新时间:2023-12-02 19:32:54 26 4
gpt4 key购买 nike

我正在使用https://rnfirebase.io在 native react 中,当尝试使用手机调用 firebase 登录时,我遇到了这个奇怪的错误

 submit() {
firebase
.auth()
.signInWithPhoneNumber(this.phoneInput)
.then(confirmResult => console.log(confirmResult))
.catch(error => console.log(error));
}

可能是什么?

error

最佳答案

当您通过 npm 更新 native 依赖项但尚未重建应用程序的 native 端时,可能会发生这种情况。

JS 包通常会立即拥有最新代码(打包程序重新启动后),但 native 端不会,直到您在 xcode/studio 上重建应用程序;因此会导致 React Native 桥上的参数不匹配,因为两者可能会根据之前的版本期待非常不同的参数。

反之亦然,您重新构建了 native 应用程序,但在通过 npm 更新 native 依赖项后未重新启动打包程序。

关于firebase - 尝试在 React Native 上访问 Firebase 时出现 'nativeFlushQueueImmediate' 中的 C++ 异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49225709/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com