Extend mobile better auth to Mobile App

I have my better auth working on my web app with next js/ts. I am wondering if there is a guide I can follow to extend the auth implementation to my expo/react native app. In my web app, I am handling the auth with the server auth client. I assume I am going to have to write some endpoints. Would love a guide for best practices!
Solution
nvm. im an idiot. i figured it out it was ez.
Was this page helpful?