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

react-native-appsflyer

Package Overview
Dependencies
Maintainers
3
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 6.1.30 to 6.1.40

3

CHANGELOG.md
# Versions
## 6.1.40
- fix onAppOpenAttribution on iOS. PLEASE check out the Docs [here](https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/blob/releases/6.x.x/6.1.x/6.1.40/Docs/Guides.md#-ios-deep-links---universal-links-and-url-schemes)
## 6.1.30

@@ -3,0 +6,0 @@ - Android SDK 6.1.3

@@ -291,3 +291,16 @@ # React Native Appsflyer Plugin Guides

#### import
If using react-native-appsflyer plugin version >= 6.1.40
```objectivec
#import <RNAppsFlyer.h>
```
And in `didFinishLaunchingWithOptions` method:
```objectivec
if(_AppsFlyerdelegate == nil){
_AppsFlyerdelegate = [[RNAppsFlyer alloc] init];
}
[[AppsFlyerLib shared] setDelegate:_AppsFlyerdelegate];
```
If using react-native-appsflyer plugin version <= 6.1.30
```objectivec
#import <React/RCTLinkingManager.h>

@@ -294,0 +307,0 @@ #if __has_include(<AppsFlyerLib/AppsFlyerLib.h>) // from Pod

2

package.json
{
"name": "react-native-appsflyer",
"version": "6.1.30",
"version": "6.1.40",
"description": "React Native Appsflyer plugin",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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