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

undefined is not an object (eveluating '_react.PropTypes.object') in xpmppdemo app #106

Open
akshgods opened this issue Aug 4, 2018 · 0 comments

Comments

@akshgods
Copy link

akshgods commented Aug 4, 2018

undefined is not an object (eveluating '_react.PropTypes.object')
getting issue after apk successfully install .

my package.json
{
"name": "AwesomeProject",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^23.4.2",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.3.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-gifted-chat": "^0.4.3",
"react-native-xmpp": "^1.0.3",
"react-native-button": "^1.2.1",
"react-native-invertible-scroll-view": "^1.0.0",
"react-native-mobx": "^0.3.1",
"react-native-router-flux": "^3.38.0",
"autobind": "^1.0.3",
"mobx": "^2.4.0",
"mobx-react": "^3.5.1"
}
}

some more errors on screen

awesomeproject\node_modules\mobx-react\native.js:872:32

__webpack_require
awesomeproject\node_modules\mobx-react\native.js:101:37

@akshgods akshgods changed the title undefined is not an object (eveluating '_react.PropTypes.object') undefined is not an object (eveluating '_react.PropTypes.object') in xpmppdemo app Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant