analytics-react-native
analytics-react-native copied to clipboard
The hassle-free way to add analytics to your React-Native app.
I'm facing a "Promise timed out" error in my application. Is anyone else having this issue?   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…