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

Added export for success and error event to write type guard easily. With current implementation we have to either do a force non-null or a null check on `params` regardless...

Hi there, We're running into an issue with `react-navigation` deep linking and Branch integration on Android. Currently on Android cold starts we are unable to get params from `getFirstReferringParams`. Expected:...

I am using following code to track events on branch. **new BranchEvent(eventName, paramsObj).logEvent();** and **new BranchEvent(eventName).logEvent();** My Branch SDK is throwing this error while tracking events. I am facing this...

Hello, I am trying to enable `inlineRequires: true` in the metro config of the project I am working on, but when doing so I have the following error: ``` INFO...

Hi there, We are seeing an issue on some android devices where the last attributed touch data is missing in the events in the branch dashboard. It is always there...

const linkProperties = { feature: "share", campaign: "referral" }; const controlParams = { $ios_url: "https://itunes.apple.com/us/app/rent-my-wardrobe/id1375748670?ls=1&mt=8", $fallback_url: "https://itunes.apple.com/us/app/rent-my-wardrobe/id1375748670?ls=1&mt=8" }; const { name, description, photos } = item; branch .createBranchUniversalObject(`shareItem/${item.id}`, { locallyIndex:...

Our app has a custom deeplink scheme (eg: `myapp://article`) Manifest looks like this - ``` ``` Branch gives a callback when this deeplink is triggered. But it also triggers again...

We followed the instructions in the Branch documentation to setup our Android and iOS project to support deeplinks and we are able to receive our deeplinks data in the params...

I need to send apple search ads data to my server but i am not able to test that data is there a way i can see apple search ads...

Seeing following error on upgrading react-native to 0.66: ``` WARN EventEmitter.removeListener('RNBranch.initSessionError', ...): Method has been deprecated. Please instead use `remove()` on the subscription returned by `EventEmitter.addListener`. ``` In RN >...