react-native-branch-deep-linking-attribution icon indicating copy to clipboard operation
react-native-branch-deep-linking-attribution copied to clipboard

The Branch React Native SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral programs, cont...

Results 193 react-native-branch-deep-linking-attribution issues
Sort by recently updated
recently updated
newest added

_showShareSheet_ method in BranchUniversalObject has incorrect return type. It indicates that function is sync and returns void. When function is async and returns Promise with a result.

Hello, I'm trying to disable passive deepviews for my links, but the typescript definitions only support the following: ``` interface BranchLinkControlParams { $fallback_url?: string; $desktop_url?: string; $ios_url?: string; $ipad_url?: string;...

I noticed the typing for `~creation_source` is wrong. It should be number instead of string. This can be verified easily by creating [a deeplink from API.](https://help.branch.io/developers-hub/docs/deep-linking-api#creating-a-deep-linking-url). Putting this into `branch.subscribe`...

Hello I am receiving this error after running a pod install, I have installed the latest version of branch for react native as described in here - https://help.branch.io/developers-hub/docs/react-native ![Screen Shot...

We're currently implementing Branch.io in our app, but we've encountered some problems in the deferred deep linking on iOS. In general, Branch.io links are working well on Android, both for...

## Version [email protected] / [email protected] ## Code ``` this._unsubscribe = branch.subscribe((params) => { console.log('params', JSON.stringify(params, null, 2)); // eslint-disable-line }); ``` ## Steps to reproduce 1. Set up a react-native...

I have this issue trending on Sentry for my project. >Warning. Session initialization already happened. To force a new session, set intent extra, "branch_force_new_session", to true. Example details, its affected...

Hey there - We're running on version 5.0.1 and react-native version 0.63.X About 10-15% of our Android user base is crashing due to `mActivity` being `null` on the following line....

I've a send invite feature in which i invite coaches from agent account. When i share a deeplink and user installs app from the link i'm able to get the...

Hey, I am integrating Branch.IO and Clevertap in react-native app following these docs: [https://help.branch.io/using-branch/page/clevertap](url) [https://developer.clevertap.com/docs/branch](url) In the docs, for Android it is mentioned to call the `setRequestMetadata()` of Branch to...