iOS build fails with the expo-convex-auth repo
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!
