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?