Liam O'Boyle
Liam O'Boyle
Thanks @ACHP, we have even more issues than the above due to an even stricter tsconfig - your approach is the right way to go here, allows RN Maps to...
Worth noting that the fix is not the right fix (which is https://github.com/react-native-maps/react-native-maps/pull/5539), which will prevent this project uses from failing type checking in projects using it by exporting libs.
Same here, iOS only, using expo.
@nyannyacha this issue is unrelated to self hosting, as far as I know - I have only experienced it in local development, but we plan on hosting with Supabase, does...
Thanks @nyannyacha, that all makes sense! As noted in the original issue, I am aware that the Deno support was recent so wasn't sure to record this as a bug...
Just tried to write a runner and was surprised to find that this doesn't exist. I guess ones like `jest-runner-eslint` just rely on `eslint` picking up its own config via...
Tests all passing @mdmathias 👀
How will the upgrade work? We're pretty dependent on `pgsodium` at the moment, using it for dispatching webhooks [with standard webhook signatures](https://github.com/orgs/supabase/discussions/14115#discussioncomment-10624338) like how [the custom auth hook does it](https://supabase.com/docs/guides/auth/auth-hooks/custom-access-token-hook?queryGroups=language&language=http).
> How will the upgrade work? We're pretty dependent on `pgsodium` at the moment, using it for dispatching webhooks [with standard webhook signatures](https://github.com/orgs/supabase/discussions/14115#discussioncomment-10624338) like how [the custom auth hook does...
> Setting useFrameworks to static and buildReactNativeFromSource to true in the expo config seems to solve this issue: > > ``` > [ > "expo-build-properties", > { > ios: {...