We are building a new react-native app and are trying to find an example of how to use the react-native-auth0 package to use the Authorization Code + PKCE flow. The package seems to be pretty basic supporting only a few options for authentication, of which authorization code does not seem to be one, or maybe I’m misunderstanding how the Authorization Code + PKCE flow is supposed to work.
Can anyone offer guidance on how to use this flow with the react-native-auth0 package?