Method authorize returning undefined
colaquecez opened this issue · 3 comments
colaquecez commented
Checklist
- The issue can be reproduced in the react-native-auth0 sample app (or N/A).
- I have looked into the Readme, Examples, and FAQ and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Description
I've implemented the react-native-auth0 sample app, however, I'm getting a blank screen only for Android, sometimes I can see the custom login screen but after pressing continue
nothing happens, so I close the modal, open it again, then the blank screen appears.
Reproduction
There are all the steps in this video:
Additional context
No response
react-native-auth0 version
^3.0.0
React Native version
0.71.14
Expo version
~48.0.21
Platform
Android
Platform version(s)
Android 13
colaquecez commented
I needed to setup the customScheme
devDoubleH commented
could share the source the please ?