Supabase + Expo + Hono server
I'm currently building a Hono server with Supabase, based on
npx supabase@latest bootstrap hono. The server requires cookies for middleware, but in my Expo React Native app, I don’t know how to access them. How can I handle this?