Kevin Pelgrims
Kevin Pelgrims
If possible, I'd recommend to migrate to the official Segment RN library: https://github.com/segmentio/analytics-react-native. The setup is very similar and it comes with official support from Segment. This one has been...
Did you try to set the `trackApplicationLifecycleEvents` to `true` when passing the options down from RN by including `[AnalyticsConstants.trackApplicationLifecycleEvents]: true` ? I can see that you enable that in the...
Alright. I can't immediately reproduce it myself. The example app does the Segment setup in `componentDidMount` and I can get the `App Opened` event to trigger from there. We also...
Ignore my previous comment. I was wrong. I did some more testing, and I can confirm that `Application Installed` and the first (from cold start) `Application Opened` are not tracked....
Closed for iOS in #44, but I will keep this open for Android. The fix from #44 is included in release 3.1.1 (out now).
I would recommend that you switch to [the official Segment RN package](https://github.com/segmentio/analytics-react-native) instead. This unofficial package is deprecated in favor of the official one, which is supported by Segment and...
I'm seeing the same issue in crash reports. Reported devices are (among others) Sony C2304 (Android 4.2.2), Huawei KII-L21 (Android 6.0.1), and Oppo A33w (Android 5.1). This is the full...
@jydimir can you reproduce this consistently? If so, can you explain how.
I can confirm that this is still an issue with Node v9.3.0 and Yarn 1.3.2 ``` warning Error running install script for optional dependency: "/[...]/node_modules/fsevents: Cannot read property 'config' of...