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')
Thanks!
Eric