You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrations versions (if used): I'm not suer what to put here, but i'm using @segment/analytics-react-native-plugin-branch version 1.0.3
React Native version: "0.72.4
iOS or Android or both?: both
Steps to reproduce
Install the branch plugin and enable the destination.
Expected behavior
The plugin should be activated and sending events to branch.
Actual behavior
The plugin does not get activated.
Upon further investigation in your codebase it might be that the plugin does not get activated beacuse there is a mismatch between the key defined in the plugin codebase, which is Branch and the one received from the remote settings, which is Branch Metrics. Locally patching those files makes the plugin work, I can submit a PR if needed.
The text was updated successfully, but these errors were encountered:
analytics-react-native
version: 2.17.0Steps to reproduce
Install the branch plugin and enable the destination.
Expected behavior
The plugin should be activated and sending events to branch.
Actual behavior
The plugin does not get activated.
Upon further investigation in your codebase it might be that the plugin does not get activated beacuse there is a mismatch between the key defined in the plugin codebase, which is
Branch
and the one received from the remote settings, which isBranch Metrics
. Locally patching those files makes the plugin work, I can submit a PR if needed.The text was updated successfully, but these errors were encountered: