Ready to post? First, try searching for your answer.
It seems like Auth0’s provided quickstart guide for implementing auth0 react native with expo does not actually work… When following their guide, i get the error
Cannot read properties of undefined (reading ‘hasValidAuth0Instance’)
when I open my app and making a call to auth0 authorize method does absolutely nothing. I have read online that ios target needs to be 13.0 but downgrading to that breaks Expo. Desperately need some guidance