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
When following the steps in the readme, and running yarn start --web rather than yarn start, I get the following error:
uncaught Error: goog.globalEval not available
at Object.../../../../../../../../../Users/jona/jobb/reagent-expo/app/index.js.goog.globalEval (bundle.js:1561)
at Object.env.evalLoad (bundle.js:2788)
at Object.<anonymous> (bundle.js:2837)
at Object.../../../../../../../../../Users/jona/jobb/reagent-expo/app/index.js (bundle.js:2957)
at __webpack_require__ (bundle.js:727)
at fn (bundle.js:101)
at Object.0 (bundle.js:92198)
at __webpack_require__ (bundle.js:727)
at bundle.js:794
at bundle.js:797
Tried to play around with different versions of RN/expo etc, but can't seem to solve it.
The text was updated successfully, but these errors were encountered:
When following the steps in the readme, and running
yarn start --web
rather thanyarn start
, I get the following error:Tried to play around with different versions of RN/expo etc, but can't seem to solve it.
The text was updated successfully, but these errors were encountered: