AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
276 stars 197 forks source link

Missing 'link' property in UnifiedDeepLinkData #475

Closed OrenMag closed 1 year ago

OrenMag commented 1 year ago

https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/blob/df985ace2f67f829811880a3a971ad6352d4272c/index.d.ts#L56

On UnifiedDeepLinkData interface, the link is missing. the data object on onDeepLink handler returns a link property, but the interface doesn't expose it.

Please add the link to the interface so it'd fit (we get TS errors for it)

Screenshot 2023-06-22 at 14 39 52
amit-kremer93 commented 1 year ago

Added to the latest version