Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[react-native-android] Application not working #152

Open
ismdcf opened this issue Aug 2, 2017 · 1 comment
Open

[react-native-android] Application not working #152

ismdcf opened this issue Aug 2, 2017 · 1 comment
Labels

Comments

@ismdcf
Copy link

ismdcf commented Aug 2, 2017

Application is not working on the emulator or in a real device.
screenshot_2017-08-02-15-37-56
Once I click on the error link and get the following printed on the packager console

ypeError: Cannot read property 'Symbol(Symbol.iterator)' of null at launchEditor (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/util/launchEditor.js:153:29) at Object.handle (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/middleware/openStackFrameInEditorMiddleware.js:17:7) at next (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/connect/lib/proto.js:174:15) at Object.handle (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/middleware/getDevToolsMiddleware.js:74:7) at next (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/connect/lib/proto.js:174:15) at Object.handle (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/middleware/getDevToolsMiddleware.js:74:7) at next (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/connect/lib/proto.js:174:15) at Object.compression [as handle] (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/compression/index.js:205:5) at next (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/connect/lib/proto.js:174:15) at IncomingMessage.<anonymous> (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/middleware/loadRawBodyMiddleware.js:20:5) TypeError: Cannot read property 'Symbol(Symbol.iterator)' of null at launchEditor (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/util/launchEditor.js:153:29) at Object.handle (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/middleware/openStackFrameInEditorMiddleware.js:17:7) at next (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/connect/lib/proto.js:174:15) at Object.handle (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/middleware/getDevToolsMiddleware.js:74:7) at next (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/connect/lib/proto.js:174:15) at Object.handle (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/middleware/getDevToolsMiddleware.js:74:7) at next (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/connect/lib/proto.js:174:15) at Object.compression [as handle] (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/compression/index.js:205:5) at next (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/connect/lib/proto.js:174:15) at IncomingMessage.<anonymous> (/home/ismail/Misc/training/couchbase_react_native_android_and_ios/mobile-training-todo/react-native/node_modules/react-native/local-cli/server/middleware/loadRawBodyMiddleware.js:20:5)

@ugendrang
Copy link

It works for me when installing the dependencies with exact versions,

"dependencies": {
"rc-swipeout": "1.2.0",
"react": "15.4.1",
"react-native": "0.39.2",
"react-native-couchbase-lite": "0.6.0",
"react-native-prompt": "1.0.0",
"react-native-router-flux": "3.37.0",
"react-native-scrollable-tab-view": "0.7.0",
"react-native-vector-icons": "3.0.0"
},

@djpongh djpongh added the icebox label Nov 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants