react-native-adjust
Advanced tools
Comparing version
@@ -0,1 +1,12 @@ | ||
### Version 5.0.1 (10th September 2024) | ||
#### Fixed | ||
- Added missing `AdjustDeeplink` class export to `index.d.ts` (https://github.com/adjust/react_native_sdk/pull/246). | ||
- Renamed `AdjustDeeplink` interface to `AdjustDeferredDeeplink` to avoid naming collision with as of now the class named `AdjustDeeplink`. | ||
#### Native SDKs | ||
- [iOS@v5.0.0][ios_sdk_v5.0.0] | ||
- [Android@v5.0.0][android_sdk_v5.0.0] | ||
--- | ||
### Version 5.0.0 (6th September 2024) | ||
@@ -2,0 +13,0 @@ |
@@ -53,3 +53,3 @@ declare module 'react-native-adjust' { | ||
interface AdjustDeeplink { | ||
interface AdjustDeferredDeeplink { | ||
deeplink: string | ||
@@ -117,3 +117,3 @@ } | ||
public setDeferredDeeplinkCallback( | ||
callback: (deeplink: AdjustDeeplink) => void | ||
callback: (deeplink: AdjustDeferredDeeplink) => void | ||
): void | ||
@@ -194,2 +194,6 @@ | ||
export class AdjustDeeplink { | ||
constructor(deeplink: string) | ||
} | ||
export const Adjust: { | ||
@@ -196,0 +200,0 @@ componentWillUnmount: () => void |
@@ -155,3 +155,3 @@ 'use strict'; | ||
Adjust.getSdkVersion = function(callback) { | ||
module_adjust.getSdkVersion("react-native5.0.0", callback); | ||
module_adjust.getSdkVersion("react-native5.0.1", callback); | ||
}; | ||
@@ -298,3 +298,3 @@ | ||
var AdjustConfig = function(appToken, environment) { | ||
this.sdkPrefix = "react-native5.0.0"; | ||
this.sdkPrefix = "react-native5.0.1"; | ||
this.appToken = appToken; | ||
@@ -301,0 +301,0 @@ this.environment = environment; |
{ | ||
"name": "react-native-adjust", | ||
"description": "Adjust React Native SDK", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "author": "Adjust", |
Sorry, the diff of this file is not supported yet
186128
0.27%2226
0.13%