Is there any way to have the 'useAuth0()' with 'react-native-auth0' package?

I am trying to get the user’s name, email, profile picture, etc. In React, you can use ‘user’ from ‘useAuth0’ but how do I use that in React Native.

Hey there Fadil!

I went through our react-native quickstart and there is no information on that BUT in the react-native repo of ours there is a section how to get user information using user’s access_token:

1 Like

Thanks a lot Konrad! This helped me out a lot!

1 Like

No worries! We’re here for you!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.