New to Auth0. After following the setup guide for a React Native Expo application, I’m using the hook ‘useAuth0’ and extracting the function ‘authorize’ to trigger Log In’s (like the guide says). Online it says to use the property ‘screenHint/screen_hint’ in order to redirect but that does not exist on ‘authorize’.
Essentially I want a button that says Sign Up and the button directs to the Sign Up page, not the Log In like it does on default. Is that possible and how would I implement that using the ‘authorize’ function?