react-native-appsflyer
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "react-native-appsflyer", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "React Native Appsflyer plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -68,2 +68,23 @@ | ||
#####**Breaking Changes for react-native >= 0.40.0:** | ||
In `RNAppsFlyer.h`: | ||
```obj-c | ||
#import <React/RCTBridgeModule.h> //for react-native ver >= 0.40 | ||
//#import "RCTBridgeModule.h" for react-native ver < 0.40 | ||
``` | ||
In `RNAppsFlyer.m`: | ||
```obj-c | ||
// for react-native ver >= 0.40 | ||
#import <React/RCTBridge.h> | ||
#import <React/RCTEventDispatcher.h> | ||
// for react-native ver < 0.40 | ||
//#import "RCTBridge.h" | ||
//#import "RCTEventDispatcher.h" | ||
``` | ||
### <a id="installation_android"> Android | ||
@@ -70,0 +91,0 @@ |
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
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
207769
471