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

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
2 Replies
dejeszio
dejeszio2w ago
Your ConvexClientProvider is missing the setAuth attribute (i think)
dejeszio
dejeszio2w ago
Can you check this sample project by the team? https://github.com/get-convex/expo-convex-auth
GitHub
GitHub - get-convex/expo-convex-auth: Example app of Expo + Convex ...
Example app of Expo + Convex Auth. Contribute to get-convex/expo-convex-auth development by creating an account on GitHub.

Did you find this page helpful?