We are building a mobile app with React. I only see SDKs for iOS and Android. Is there a way to tie React for analytics to both platform from one central code? I found
this in the documentation.
import { ACPAnalytics } from "@adobe/react-native-acpanalytics";
initSDK() {
ACPAnalytics.registerExtension();
}
If we add this to the SDK, if that enough push the analytics from just one central React code to push iOS and Android?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi andersonjh,
We have created React Native support for many of our extensions, these projects are available in open source repos and can be installed via npm. This way you can write both Javascript and native code to implement the SDK.
You should be able to find all the documentation you need in the projects README's. Let me know if you have any questions.
Hi andersonjh,
We have created React Native support for many of our extensions, these projects are available in open source repos and can be installed via npm. This way you can write both Javascript and native code to implement the SDK.
You should be able to find all the documentation you need in the projects README's. Let me know if you have any questions.
Thanks. The links are exactly what I needed.
Views
Like
Replies