在React Native上使用Google Analytics Bridge

时间:2019-04-27 13:11:22

标签: react-native google-analytics jsx

我在我的react本机应用程序上使用react-native-google-analytics-bridge。但是我收到以下错误:

  

无法调用GoogleAnalyticsBridge.trackScreenView null   无法解决以下问题:Lcom / google / android / gms / common / internal / zzbo;

这是我在app.js中的代码:

    import { GoogleAnalyticsTracker } from "react-native-google-analytics-bridge";


    let tracker = new GoogleAnalyticsTracker("UA-12345-1");
    tracker.trackScreenView("Home");
    tracker.trackEvent("testcategory", "testaction");

0 个答案:

没有答案