auth0-react-native-sample icon indicating copy to clipboard operation
auth0-react-native-sample copied to clipboard

Cannot read properties of undefined (reading 'addHelper')

Open sleep9 opened this issue 10 months ago • 2 comments

Checklist

  • [X] I have looked into the Readme (Base/Hooks/Expo) and have not found a suitable solution or answer.
  • [X] I have searched the issues and have not found a suitable solution or answer.
  • [X] I have searched the Auth0 Community forums and have not found a suitable solution or answer.
  • [X] I agree to the terms within the Auth0 Code of Conduct.

Description

Javascript error: Cannot read properties of undefined (reading 'addHelper')

Reproduction

git clone this repo npm install pod install (failed) pod install --repo-update (failed) pod update Auth0 (success)

pod deintegrate npm install pod install (success)

Run in simulator

Additional context

N/A

Sample

Base

Platform

iOS

Platform version(s)

"expo": "^50.0.17", "react-native": "0.72.1", "react-native-auth0": "^3.0.0", ios simulator 17.0

sleep9 avatar Apr 26 '24 16:04 sleep9