Closed imalbert closed 8 years ago
I forgot to say, this happens when the chrome debugger is turned off; also in the bundled versions for ios and android
Try installing babel-polyfill
and then in your main application file adding
if(!global._babelPolyfill) { require('babel-polyfill'); }
This fixed the problem, thanks a lot! I did not have to install babel-polyfill
because it seems to be already included in react-native init
Hi, I have this problem wherein whenever I receive bad requests/authentication token missing error responses from a service I get a "Can't find variable: Reflect" red screen error.
My react-native version is 0.24
I created a repro using feathers-chat that creates a auth-token-missing error @ https://github.com/imalbert/react-native-socketio-error