You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Javascript Error when running the metro server: auth0-react-native-sample/00-Login-Hooks/index.js: Cannot read properties of undefined (reading 'addHelper')
Reproduction
Steps to reproduce this issue are:
git clone repo
cd 00-Login-Hooks && yarn install
cd ios && pod install (failed ⚠️)
pod install --repo-update (failed ⚠️ )
pod update Auth0 (Worked ✅ )
Run the simulator (Flipper fails)
Apply a post install fix for Flipper to work.
Run the simulator (Works)
Run yarn start on terminal fails with error Cannot Read Properties of undefined (reading 'addHelper')
Additional context
No response
Sample
Hooks
Platform
iOS
Platform version(s)
iOS 17.5
The text was updated successfully, but these errors were encountered:
Checklist
Description
Javascript Error when running the metro server:
auth0-react-native-sample/00-Login-Hooks/index.js: Cannot read properties of undefined (reading 'addHelper')
Reproduction
Steps to reproduce this issue are:
yarn start
on terminal fails with error Cannot Read Properties of undefined (reading 'addHelper')Additional context
No response
Sample
Hooks
Platform
iOS
Platform version(s)
iOS 17.5
The text was updated successfully, but these errors were encountered: