analytics-react-native icon indicating copy to clipboard operation
analytics-react-native copied to clipboard

The hassle-free way to add analytics to your React-Native app.

Results 65 analytics-react-native issues
Sort by recently updated
recently updated
newest added

I'm facing a "Promise timed out" error in my application. Is anyone else having this issue? ![Captura de Tela 2024-08-01 às 21 22 52](https://github.com/user-attachments/assets/e0ac0e88-e4f8-45f0-8f13-9cc5acd2a32e) ![Captura de Tela 2024-08-01 às 21...

bug

## Updated issue: There is an issue in the `analytics-react-native-plugin-advertising-id` (https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-advertising-id) where its functioning defers from the Android native implementation. When the the event `Application Installed` is triggered, it is...

bug

We are looking to upgrade to RN 0.74.4 and have found that this package is throwing issues where the peer dependency with `@react-native-async-storage/async-storage` is not compatible. This error started appearing...

bug

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@segment/[email protected]` for the project I'm working on. Here is the diff that solved...

In js/ts, if you want an arrow function to return an object in an inline manner, it needs to be surrounded by parenthesis.

We’ve noticed an issue with our session length on Android, which looks significantly high (around 25 minutes) compared to iOS and web, which is around 2 minutes. Plugins `@segment/analytics-react-native-plugin-amplitude-session` On...

This PR passes the three callbacks used in the appsflyer plugin out of the plugin as props. [Appsflyer docs](https://dev.appsflyer.com/hc/docs/rn_unifieddeeplink) mention that the `onDeepLink` callback must be configured before initializing the...

This PR is following up on #1025 - in that PR, I removed some usages of `void` Promises in the AppsFlyer plugin that weren't properly triggered in my project. I...

fix: BackgroundFlushPolicy doesn't flush the Application Backgrounded…