Manoel Aranda Neto
Manoel Aranda Neto
@AdamDorwart not at the moment, would you like to take a look and open a draft PR? happy to help out/review.
Thanks for checking it out @AdamDorwart Did you check what else `e` had available? `e` should be of the type `e: GestureResponderEvent`, maybe there's something different either because of the...
`_targetInst ` isn't a public property, https://github.com/facebook/react-native/blob/dceda565bdfe24275be0ad5caae7f3d8252aef92/packages/react-native/Libraries/Renderer/implementations/ReactFabric-prod.js#L104
@kwong70 you can try https://expo.github.io/router/docs/migration/react-navigation/screen-tracking/ just call `posthog.screen(...)` manually, does it get any better?
> I installed posthog react-native on my expo-router app. The Activity seems to work, it even fires off screen events. > > The only thing is that it doesn't actually...
> @marandaneto while i had been digging into that problem i found out how `react-navigation/native` integration works and i would like to make a pull request with supporting expo-router screen...
> Screen tracking and application lifecycle tracking used to work with Expo router v4 but now with v5 it doesnt anymore see PR https://github.com/PostHog/posthog-js-lite/pull/455#issue-2996870243 for expo-router screen tracking issues, please...
this can be easily done now since its added for error tracking https://github.com/PostHog/posthog-js/blob/52f646a66ec2064a94a786b68c03b4df0ca73ca2/packages/react-native/src/error-tracking/utils.ts#L35-L49
@ge-mattcassell interesting approach, we used something similar for [Flutter](https://posthog.com/docs/session-replay/privacy#masking-in-flutter) I think it makes sense to have this builtin in the SDK, would you like to add it to this SDK?...