简体   繁体   English

如何在React Native中实施混合面板分析

[英]how to implement mixpannel analytics in react native

i have to implement mixpannel analytics in one of my app. 我必须在我的一个应用程序中实现混合面板分析。

i checked out Mixpannel officail site and react-native-mixpannel 我检查了Mixpannel官方站点和react-native-mixpannel

but i'm struggling how to get started with it. 但是我在努力入门。

How to use it from scratch and what things i need for it like firebase or not ? 如何从头开始使用它,以及我需要像firebase一样需要什么?

Please suggest me some article or something else from where i can implement mixpannel anaylits to my react native app 请建议我一些文章或其他我可以在我的React Native应用中实现mixpannel anaylits的地方

Thanks 谢谢

First of all did you use react-native init AwesomeProject or expo new ? 首先,您是否使用react-native init AwesomeProjectexpo new

With the first one you have access to the native code for iOS and Android. 使用第一个,您可以访问iOS和Android的本机代码。
For expo you have only the JavaScript files and you can't use this SDK . 对于博览会,您只有JavaScript文件, 不能使用此SDK

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 React-Native 项目中实施和测试 Firebase Analytics? - How to implement and test Firebase Analytics in a React-Native project? 适用于React Native Android的Firebase Analytics - Firebase Analytics for React Native Android 在React Native中使用Firestack进行Firebase分析 - Firebase Analytics with Firestack in React Native 如何使用Firestore数据在React Native中实现虚拟滚动FlatList? - How to implement a virtual scrolling FlatList in React Native with Firestore data? 使用 createStackNavigator 时如何使用 React Native React Navigation 添加 firebase 屏幕跟踪分析? - How to add firebase screen tracking analytics with React Native React Navigation when using createStackNavigator? 从'react-native-firebase'将崩溃分析集成到React Native中 - Integrating Crash Analytics in React Native from 'react-native-firebase' React Native Firebase Analytics 获取用户国家 - React Native Firebase Analytics get User Country Firebase 电子商务分析 react-native - Firebase eCommerce analytics for react-native 如何在 React Native 应用程序上实现 ML Kit Firebase? - How to implement ML Kit Firebase on React Native app? React Native Firebase 分析应用安装跟踪 - React Native firebase analytics app install tracking
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM