react-native-google-analytics-bridge
Advanced tools
Comparing version 5.1.0 to 5.2.0
{ | ||
"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" | ||
] | ||
} | ||
} | ||
} |
@@ -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
35731562
958
471