🅱
Convex Community6mo ago
1 reply
🅱

iOS build fails with the expo-convex-auth repo

Hi there,

Me and my team are failing to build an iOS image using the expo-convex-auth package by Convex.

Here is the feedback from my one of my developers:

"Using any of these (referring to this: https://github.com/get-convex/expo-convex-auth/blob/main/app/index.tsx
Line 4),

import { Authenticated, Unauthenticated, useConvexAuth } from "convex/react";

It builds successfully on EAS and locally. Once I install it into my iOS device, and launch the app, it crashes instantly with the following error. If I remove the above imports, it's fine and the app works.


Here is the crash error:

Thread 7 Crashed:: Dispatch queue: com.facebook.react.ExceptionsManagerQueue
"

Any help would be much appreciated. Thank you!
GitHub
Example app of Expo + Convex Auth. Contribute to get-convex/expo-convex-auth development by creating an account on GitHub.
expo-convex-auth/app/index.tsx at main · get-convex/expo-convex-auth
Was this page helpful?