gpt4 book ai didi

react-native - Mixpanel.sharedInstanceWithToken 不是 React Native 中的函数

转载 作者:行者123 更新时间:2023-12-05 06:34:15 28 4
gpt4 key购买 nike

我想将 Mixpanel 与 React Native 集成,我使用了这个github源 https://github.com/davodesign84/react-native-mixpanel

我按照描述进行了所有尝试,但我收到了这条消息

Mixpanel.sharedInstanceWithToken is not a function

并且 'Mixpanel.sharedInstanceWithToken' 未定义)

    var Mixpanel = require('react-native-mixpanel');

componentDidMount() {
console.log('============>', Mixpanel) // it returns object
Mixpanel.sharedInstanceWithToken('xxx');
}

enter image description here

试了很多次都没有成功。应用程序成功启动但在我使用 Mixpanel.sharedInstanceWithToken('xxx') 的屏幕上停止

谢谢。

最佳答案

正如@savelichalex 在评论中提到的那样,使用它会起作用:

const Mixpanel = require('react-native-mixpanel');
Mixpanel.default.sharedInstanceWithToken('MY_TOKEN');

关于react-native - Mixpanel.sharedInstanceWithToken 不是 React Native 中的函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50345342/

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