Nextjs, Expo react native, Trpc Help
I’m working on a Next.js 15 app using tRPC with the following packages:
@trpc/client: ^11.4.3
@trpc/server: ^11.4.3
@trpc/tanstack-react-query: ^11.4.3
We’ve completed the web portion and are now starting work on the React Native (Expo) app. We’re using Clerk for authentication.
However, I couldn’t find much information online about how to call APIs from the Expo app while using Clerk authentication, especially regarding how to update the middleware.ts.
If anyone has a GitHub template or can provide guidance, it would be greatly appreciated. Thanks!
1 Reply
can someone help me here