Implementing Auth0 in React Native / Expo App

Hi, I’m also trying to implement a Refresh token flow with my react-native expo app.

From the last bit of this post it seems like the next step is implementing the Code Authorization grant with PKCE manually. Has anyone had any success with that?

I’m going to try to work through it with this tutorial, I’ll check back if I’m succesful:
I’m Call Your API Using the Authorization Code Flow with PKCE