Help Integrating OAuth 1.0 in Expo

Is integrating OAuth 1.0 even possible in Expo without ejecting? I have been trying to integrate Garmin’s OAuth and have been miserably failing. They do not support OAuth 2.0 even now. Can someone please help me?

all you need for oauth is access to a web browser and the ability to redirect to your app with some parameters - this is exposed in expo-web-browser. sorry we can’t help solve specific questions about how to support a particular auth provider, we give you the tools so you can do this on your own.

Exposed in web browser? What do you mean? Are you saying OAuth 1.0 can be done?
Can I use AuthSession with OAuth 1.0 as well?

Thanks for the reply. Can I use AuthSession for OAuth 1.0 as well?