React Native bridge to the Google Analytics libraries on both iOS and Android.
The GoogleAnalyticsBridge is a library designed to provide a simple interface to the native Google Analytics libraries on both iOS and Android platforms. It automates metadata handling by the Google Analytics native library, including device UUID, device model, viewport size, and OS version. Although the library is being deprecated in favor of Google Analytics for Firebase, it will continue to receive minor fixes until it is archived in 2019.
To install the GoogleAnalyticsBridge library, follow these steps:
npm install --save react-native-google-analytics-bridge or using yarn: yarn add react-native-google-analytics-bridge.react-native link react-native-google-analytics-bridge.The GoogleAnalyticsBridge library serves as a convenient interface to the native Google Analytics libraries on both iOS and Android platforms. Despite being deprecated in light of Google Analytics for Firebase, it continues to provide automated metadata handling and streamlined event tracking functionalities. Installation involves using npm or yarn to install the library and linking it to the project. For React Native versions older than 0.40, specific versions of the library need to be utilized.