Martin Harkins
Martin Harkins
In the mean time I have a [patch-package](https://github.com/ds300/patch-package) patch. Add the file `patches/event-source-polyfill+1.0.31.patch` ```diff diff --git a/node_modules/event-source-polyfill/src/eventsource.js b/node_modules/event-source-polyfill/src/eventsource.js index cd2de7c..92862c0 100644 --- a/node_modules/event-source-polyfill/src/eventsource.js +++ b/node_modules/event-source-polyfill/src/eventsource.js @@ -992,7 +992,10 @@ abortController...
Thanks a bunch @etler, you've saved me tons of time, your patch worked flawlessly for me. I've updated my repro repo for SDK 51: https://github.com/MartinHarkins/expo-sse-patch, there is still the patch...
Hey, so for our app using expo-router for native & web, we're actually forgetting about $pageview and instead using screen. Thought I'd share. ```ts export const usePostHogNavigationTracker = () =>...
Edit: I do think this involves the expo-router team. Got the background messages going in kill state, though I would appreciate feedback on this solution by the expo-router team: ```ts...
Hey, we're experiencing this issue as well on iOS: ``` onChange(d)} inputMode="start" mode="outlined" theme={theme} validRange={{ endDate: new Date() }} saveLabel={t('common.save')} presentationStyle="pageSheet" endYear={new Date().getFullYear()} startYear={1900} withDateFormatInLabel={false} testID="patient.birthDate" /> ``` To reproduce...
Thanks a lot, 8.0.3 fixes it for us too. Won't go out to prod for another week or so though but looks promissing :)
Hey hey, we're interested in this ;)
In case you are using expo SDK 50, you could try with the plugins i've developed to patch the Android SSE issues while in **debug** variant (both are needed): -...
Hey, so for our app using expo-router for native & web, we're actually forgetting about $pageview and instead using screen. Thought I'd share. ```ts export const usePostHogNavigationTracker = () =>...