Julio Caesar

Results 4 comments of Julio Caesar

![Screenshot 2022-10-18 221652](https://user-images.githubusercontent.com/11317652/196456274-ac83390c-0edd-4fa1-a8ce-ce64f6534dac.png) why did you opt to combine them both ahhaah. not sure if only on my screen

> Having similar issues. I was using similar approach to solve "TypeError: global.__reanimatedWorkletInit is not a function" by overriding in Jest setup like this; > > ```js > global.window =...

@sweatybridge any progress on this issue? Error evaluating "env(SUPABASE_AUTH_EXTERNAL_GOOGLE_CLIENT_ID)": environment variable SUPABASE_AUTH_EXTERNAL_GOOGLE_CLIENT_ID is unset.

> @G9000 that looks like a config error. `env(SUPABASE_AUTH_EXTERNAL_GOOGLE_CLIENT_ID)` is present in your config.toml but the env var is undefined. Did you forget to define the env var? I did,...