0.56.0 Can't find variable: window #20168
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Run scripts
react-native bundle --entry-file index.ios.js --bundle-output ./ios/bundle/index.ios.jsbundle --platform ios --assets-dest ./ios/bundle --dev false --verbose --reset-cache
Terminating app due to uncaught exception 'RCTFatalException: Unhandled JS Exception: Can't find variable: window
package.json
"dependencies": {
"react": "16.4.1",
"react-native": "0.56.0",
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.53",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.53",
"@remobile/react-native-toast": "^1.0.7",
"babel-polyfill": "^6.26.0",
"babel-jest": "23.4.0",
"babel-preset-react-native": "next",
"jest": "23.4.0",
"react-test-renderer": "16.4.1"
},
The text was updated successfully, but these errors were encountered: