segmentio / analytics-react-native

The hassle-free way to add analytics to your React-Native app.
https://segment.com/docs/sources/mobile/react-native/
MIT License
354 stars 181 forks source link

Branch plugin is not working #910

Closed AlessandroGasparri closed 3 weeks ago

AlessandroGasparri commented 5 months ago

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.

hvardhan-unth commented 3 weeks ago

Addressed in PR https://github.com/segmentio/analytics-react-native/pull/949