John Slemmer
John Slemmer
I have ran in to this as well. I was about to submit my own issue with this example: https://codesandbox.io/p/sandbox/suspicious-bash-4z8ptf but found this issue instead.
I'm seeing this as well, and the fix that @ihassanamjad mentioned works. Has anyone created an issue with tailwind, if it is their issue?
FYI I just pulled posthog into my expo-router react native app and it captured navigation/screen events without me needing to do anything special. I think because it is built on...
FYI I think in expo 49 some more things changed. That line to figure out `debuggerHost` now looks like this in my project. ```js const debuggerHost = Constants.expoConfig?.hostUri ?? Constants.manifest2?.extra?.expoGo?.debuggerHost;...
FYI I just pulled posthog into my expo-router react native app and it captured navigation/screen events without me needing to do anything special. I think because it is built on...