Jovan Jevtic

Results 10 comments of Jovan Jevtic

Hey, I am confused. I am following this (https://github.com/expo/fyi/blob/main/auth-proxy-migration.md) article and the part with updating the redirctUri parameter to use the expo-auth-session package instead of the expo (auth.expo.io) says **"You...

Same here. It's not more experimental version, why is this happening?

> same here, for me it sometimes flashes the correct value before changing back to the original value For me it does every time

https://github.com/facebook/react/assets/62719173/25ea9058-27fa-4367-bde8-3686f7d89c26 ` 'use client' import { addTodo } from "@/actions/todo"; import { Todo } from "@prisma/client"; import { ElementRef, useOptimistic, useRef } from "react"; import { v4 as uuid }...

I was also having troubles with this approach, my errorHandler was not catching errors and I was constantly getting can not set headers after they are sent to the client...

Would be awesome if there was a bare skeleton option, just to be able to easily get up and running expo inside turborepo (since it's not easy to do with...

Adding a pre install script in my case does not help...still gettig the: error This project's package.json defines "packageManager": "yarn@[email protected]". However the current global version of Yarn is 1.22.21.

This fixes a bug that breaks a very crucial functionality...