New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-google-analytics-bridge

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-google-analytics-bridge - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

14

package.json
{
"name": "react-native-google-analytics-bridge",
"version": "5.1.0",
"version": "5.2.0",
"description": "React Native bridge for using native Google Analytics libraries on iOS and Android",

@@ -33,3 +33,13 @@ "main": "./index.js",

"android"
]
],
"rnpm": {
"ios": {
"sharedLibraries": [
"CoreData.framework",
"SystemConfiguration.framework",
"libz.tbd",
"libsqlite3.0.tbd"
]
}
}
}

13

README.md

@@ -37,15 +37,4 @@ GoogleAnalyticsBridge [![npm version](https://img.shields.io/npm/v/react-native-google-analytics-bridge.svg)](https://www.npmjs.com/package/react-native-google-analytics-bridge) [![Build Status](https://travis-ci.org/idehub/react-native-google-analytics-bridge.svg?branch=master)](https://travis-ci.org/idehub/react-native-google-analytics-bridge)

For iOS you must also link a few more SDK packages in Xcode, which are required by GA:
* CoreData.framework
* SystemConfiguration.framework
* libz.tbd
* libsqlite3.0.tbd
If it doesn't work immediately after this, consult the [manual installation guide](https://github.com/idehub/react-native-google-analytics-bridge/wiki/Manual-installation). Both Android and iOS has a couple of prerequisite SDKs linked and installed.
For Android, make sure you have the following SDK packages installed in the Android SDK Manager:
* Google Repository
* Google Play services
* Google APIs (Atom) system image
For more details about the native SDKs, consult the [manual installation guide](https://github.com/idehub/react-native-google-analytics-bridge/wiki/Manual-installation).
## Usage

@@ -52,0 +41,0 @@ ```javascript

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc