- Notifications
You must be signed in to change notification settings - Fork67
-
hello! great repo thank you for making :) have a small question about the fileshere where does the |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
Good question! When you make an import say... to "app/utils/clerk", if you're on web, react-native-web will automatically figure out if there's a .web file and use that instead. So while we don't see a direct import, the web appis using the web auth! ie. Expo client for clerk does not work cross platform! And the reason why we have a direct import to trpc.web in the example you pointed out is because we are on the nextjs side of things. Without it, I'd imagine itshould still work? |
BetaWas this translation helpful?Give feedback.
All reactions
-
ah, I see! thank you kindly 🙏 💯 |
BetaWas this translation helpful?Give feedback.