#Using an existing convex backend/full stack app with expo app

1 messages · Page 1 of 1 (latest)

tight sand
#

Hello people, I've recently started using convex for my pet project and I am stuck on something trivial
I'm making a food delivery app. I'm using convex auth for authentication. I used this authentication successfully on react based admin panel which is working as expected everytime.
I'm now using this on expo but I'm running into some issues

I've attached a few screenshots of the code and package.json. I'm using exactly the same thing on the admin panel side)

i'm getting this error.
Warning: TypeError: Cannot read property 'signIn' of undefined

mint pilot
#

Your ConvexClientProvider is missing the setAuth attribute (i think)