Trying to get the react-native quickstart app running. It builds cleanly, but when it starts up it seems there is some problem with metro/bundle/babel - I am not sure: but the console and UI both show an error like this below which suggests some bad JS build configuration or the like. StackOverflow had a few suggestions that didn’t work for me. Any help here would be great as I can’t get very far if this sample doesn’t work
error: index.js: /Users/XXX/repos/auth0-react-native-sample/00-Login-Hooks/index.js: Cannot read properties of undefined (reading 'addHelper')
It was iOS specific. (Android build fails for other reasons ) Fwiw, when i tried running with some versbose/debug flags from the command line via npx or npm (not sure now sorry!), somehow, magically things worked and now they work even without the debug/verbose flags. I lost my command line history sadly, so can’t share wha’happen.