gpt4 book ai didi

firebase - 错误: FacebookSDK has not been initialized yet using react native

转载 作者:行者123 更新时间:2023-12-02 21:46:16 29 4
gpt4 key购买 nike

所以我试图将 Facebook 注册连接添加到我的 React-Native 应用程序中,但 Expo 一直告诉我这个错误。我真的不知道该怎么做,因为我认为 Facebook SDK 是在应用程序启动时自动初始化的。

这是我的登录功能。

enter image description here

最佳答案

根据文档:https://docs.expo.io/versions/latest/sdk/facebook/ ,您需要使用此函数初始化SDK:

Facebook.initializeAsync(appId: string | undefined, appName: string | undefined): Promise<void>

Calling this method ensures that the SDK is initialized. You have to call this method before calling logInWithReadPermissionsAsync to ensure that Facebook support is initialized properly.

您应该在 App.js 或任何顶级组件中调用此方法。

关于firebase - 错误: FacebookSDK has not been initialized yet using react native,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59921231/

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