Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-appsflyer

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-appsflyer - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

ios/AppsFlyerCrossPromotionHelper.h

2

package.json
{
"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

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