react-native-appsflyer
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "react-native-appsflyer", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "React Native Appsflyer plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -21,4 +21,4 @@ | ||
- [Installation](#installation) | ||
- [iOS](#installation_ios) | ||
- [Android](#installation_android) | ||
- [iOS](#installation_ios) | ||
- [Android](#installation_android) | ||
- [API Methods](#api-methods) | ||
@@ -41,4 +41,4 @@ - [initSdk](#initSdk) | ||
- iOS AppsFlyerSDK **v4.7.11** | ||
- Android AppsFlyerSDK **v4.7.4** | ||
- iOS AppsFlyerSDK | ||
- Android AppsFlyerSDK | ||
@@ -58,12 +58,15 @@ ## <a id="installation"> Installation | ||
``` | ||
use_frameworks! | ||
target 'demo' do | ||
pod 'AppsFlyerFramework' | ||
end | ||
pod 'react-native-appsflyer', | ||
:path => '../node_modules/react-native-appsflyer' | ||
``` | ||
Don't use CocoaPods? Please see their [DOCS](https://guides.cocoapods.org/using/getting-started.html). | ||
This assumes your `Podfile` is located in `ios` directory. | ||
You must also have the React dependencies defined in the Podfile as described [here](https://facebook.github.io/react-native/docs/next/troubleshooting.html#missing-libraries-for-react). | ||
2. Create *bridge* between your application and `appsFlyerFramework`: | ||
2. Run `pod install` (inside `ios` directory). | ||
### Manually: | ||
1. Create *bridge* between your application and `appsFlyerFramework`: | ||
In XCode ➜ project navigator, right click `Libraries` ➜ `Add Files to [your project's name]` | ||
@@ -77,3 +80,3 @@ Go to `node_modules` ➜ `react-native-appsflyer` and add `RNAppsFlyer.xcodeproj` | ||
3. In your project **build phase** ➜ **Link binary with libraries** ➜ add `libRNAppsFlyer.a`. | ||
2. In your project **build phase** ➜ **Link binary with libraries** ➜ add `libRNAppsFlyer.a`. | ||
Run your project (`Cmd+R`) or through CLI run: `react-native run-ios` | ||
@@ -80,0 +83,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
241301
34
506